42-algorithm icon indicating copy to clipboard operation
42-algorithm copied to clipboard

data structure and algorithm

42-algorithm

  • 자료구조와 알고리즘을 공부하는 저장소 입니다!
  • 오타, 추가, 수정 Issue & PR & Feedback 무조건 환영합니다!
  • 질문은 Issue로 올려주시면 최대한 답변해드릴께요 :)

이론

  1. linked list
  2. stack
  3. queue
  4. deque
  5. tree
  6. sort
  7. hash
  8. graph

실전

  1. brute force
  2. simulation
  3. two pointers, sliding window
  4. dynamic programming(DP)
  5. binary search
  6. shortest path
  7. union-find
  8. topological sort
  9. trie

contribution & feedback

nadarm , 365kim , robolovo , exgs