====== 코딩테스트 고득점 Kit ====== * 코딩테스트에 자주 나오는 유형별로 3~4문제씩을 추린 일종의 문제집. * [[ps:problems:BOJ:start]]의 [[ps:problems:BOJ:단계별]] 과 비슷한 느낌으로 생각하면 된다. ===== 문제목록 ===== ==== 해시 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 해시* csv: 0 ---- ==== 스택/큐 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 스택/큐* csv: 0 ---- ==== 힙(Heap) ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 힙(Heap)* csv: 0 ---- ==== 정렬 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 정렬* csv: 0 ---- ==== 완전탐색 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 완전탐색* csv: 0 ---- ==== 탐욕법(Greedy) ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 탐욕법* csv: 0 ---- ==== 동적계획법(Dynamic Programming) ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 동적계획법* csv: 0 ---- ==== 깊이/너비 우선 탐색(DFS/BFS) ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - DFS/BFS* csv: 0 ---- ==== 이분탐색 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 이분탐색* csv: 0 ---- ==== 그래프 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate filter: tag ~ *고득점 Kit - 그래프* csv: 0 ----