전체 글23 [코드트리] - Sweeping 문제 - 가장 많이 겹치는 구간 (기본문제)https://www.codetree.ai/ko/trails/complete/curated-cards/intro-section-with-maximum-overlap/description 가장 많이 겹치는 구간 설명 | 코드트리가장 많이 겹치는 구간의 요구사항을 정확히 분석하고, 적절한 알고리즘을 고안해 두 번째 단계 중급 문제를 해결해보세요.www.codetree.aipublic class Main { static StreamTokenizer sst = new StreamTokenizer(new BufferedReader(new InputStreamReader(System.in))); static int read() throws IOException{.. 2026. 8. 2. [코드트리] - Prefix & Suffix 문제 - 가위바위보https://www.codetree.ai/ko/trails/complete/curated-cards/challenge-rock-paper-scissors-to-see-the-future/description 미래가 보이는 가위바위보 설명 | 코드트리미래가 보이는 가위바위보의 요구사항을 정확히 분석하고, 적절한 알고리즘을 고안해 두 번째 단계 중급 문제를 해결해보세요.www.codetree.aipublic class Main { static StreamTokenizer sst = new StreamTokenizer(new BufferedReader(new InputStreamReader(System.in))); static int read() throws IOException.. 2026. 7. 30. [코드트리] - 최단경로, 플로이드 문제 - 플로이드https://www.codetree.ai/ko/trails/complete/curated-cards/intro-shortest-path-to-each-vertex-2/description 각 정점까지의 최단 경로 2 설명 | 코드트리각 정점까지의 최단 경로 2의 요구사항을 정확히 분석하고, 적절한 알고리즘을 고안해 두 번째 단계 중급 문제를 해결해보세요.www.codetree.aipublic class Main { static StreamTokenizer sst = new StreamTokenizer(new BufferedReader(new InputStreamReader(System.in))); static int read() throws IOException{ .. 2026. 7. 15. [코드트리] - 그래프 이론, 다익스트라 문제 - 천개의 정거장(다익스트라에서 간선 생성) (다시 풀기)https://www.codetree.ai/ko/trails/complete/curated-cards/challenge-thousand-stops/description 천 개의 정거장 설명 | 코드트리천 개의 정거장의 요구사항을 정확히 분석하고, 적절한 알고리즘을 고안해 두 번째 단계 중급 문제를 해결해보세요.www.codetree.aipublic class Main { static StreamTokenizer sst = new StreamTokenizer(new BufferedReader(new InputStreamReader(System.in))); static int read() throws IOException{ .. 2026. 7. 11. [코드트리] 10 - DP, 비트마스킹 문제 - 상하좌우 반전시키기 (lights off)https://www.codetree.ai/ko/trails/complete/curated-cards/challenge-filp-up-down-left-right-2/description 상하좌우 반전시키기 2 설명 | 코드트리상하좌우 반전시키기 2에서 요구하는 복합 로직과 알고리즘 구성을 분석해, 고급 코딩테스트 합격에 한 걸음 다가가세요.www.codetree.aipublic class Main { static StreamTokenizer sst = new StreamTokenizer(new BufferedReader(new InputStreamReader(System.in))); static int read() throws IOExcept.. 2026. 7. 2. [코드트리] 9 - DP, 구간합 DP 문제 - 파일 합치기https://www.codetree.ai/ko/trails/complete/curated-cards/intro-Combine-2-3/description 2개씩 합치기 3 설명 | 코드트리2개씩 합치기 3에서 요구하는 복합 로직과 알고리즘 구성을 분석해, 고급 코딩테스트 합격에 한 걸음 다가가세요.www.codetree.aipublic class Main { static StreamTokenizer sst = new StreamTokenizer(new BufferedReader(new InputStreamReader(System.in))); static int read() throws IOException{ sst.nextToken(); retur.. 2026. 7. 1. 이전 1 2 3 4 다음