Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 237 Bytes

File metadata and controls

21 lines (11 loc) · 237 Bytes

코딩 테스트를 위한 코드 정리!

  1. hash

  2. 스택/큐

  3. heap

  4. 정렬

  5. 완전탐색(brute force)

  6. 탐욕법(greedy)

  7. 동적계획법(DP)

  8. 깊이/너비 우선탐색(dfs/bfs)

  9. 이분 탐색

  10. 그래프