
백준 6236 용돈관리 풀이 python, 이분탐색

백준 10845번 큐 풀이 python, 자료 구조

백준 11725번 트리의 부모 찾기 풀이. python, Tree, DFS, BFS

백준 1449번 수리공 항승 풀이. python, Greedy

백준 2231번 분해합 풀이. python, brute force

백준 11724번 연결 요소의 개수 풀이. python, dfs

백준 11725번 탈출 풀이. python, bfs

백준 1182번 부분수열의 합 풀이. python, 백트래킹

백준 1966번 프린터 큐 풀이. python, queue

백준 1068번 트리 풀이. python, dfs, tree, graph

백준 2110번 공유기 설치 풀이. python, binary search

백준 11047번 동전 0 풀이. python, greedy

백준 1158번 요세푸스 문제 풀이. python, queue

백준 2304번 창고 다각형 풀이. python, brute force

백준 2164번 카드2 풀이. python, queue

백준 4083번 트리 풀이. python, tree, bfs, queue, graph

백준 1463번 1로 만들기 풀이. python, dynamic programming, dp

백준 2840번 트리 풀이. python

백준 2841번 외계인의 기타 연주 풀이. python, stack

백준 1931번 회의실 배정 풀이. python, greedy, sort

백준 3078번 좋은 친구 풀이. python, queue

백준 1629번 곱셈 풀이. python, dac, divide and conquer

백준 1012번 유기농 배추 풀이. python, dfs, graph

백준 1759번 암호 만들기 풀이. python, back tracking, brute force, combination

백준 16434번 드래곤 앤 던전 풀이. python, binary search

백준 11286번 절댓값 힙 풀이. python, heap, data structure

백준 3085번 사탕 게임 풀이. python, brute force

백준 2193번 이친수 풀이. python, dynamic programming

백준 1351번 무한 수열 풀이. python, dynamic programming, data structure

백준 1743번 음식물 피하기. python, graph, DFS, BFS

백준 2644번 촌수계산. python, graph, BFS

백준 2667번 단지번호붙이기. python, graph, dfs

백준 2668 숫자고르기[골드 5] 풀이 python, DFS, Graph

백준 2670번 연속부분최대곱[실버 4] 풀이 python, Dynamic Programming

백준 2669번 직사각형 네개의 합집합의 면적 구하기[브론즈 1] 풀이 python

백준 2660번 회장뽑기 [ 골드 5 ] 풀이 python

백준 2671번 잠수함식별 [ 골드 5 ] 풀이 python

백준 1920번 수 찾기 [ 실버 4 ] 풀이 python

백준 2671번 잠수함식별 [ 골드 5 ] 풀이 python

백준 2661번 좋은 수열 풀이. python, 백트래킹

백준 2662번 기업투자 풀이. python, Dynamic Programming, Knapsack algorithm

백준 2292번 벌집[브론즈 2] 풀이 java