Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 425 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 425 Bytes

Algorithm

백준 온라인 코딩 테스트 문제 풀이 코드를 공유하는 레포지토리입니다
코드는 알고리즘별로 분류하여 업로드됩니다.

분류 리스트

  • 깊이 우선 탐색(Depth-first search)
  • 너비 우선 탐색(Breadth-first search)
  • 분할 정복(Divide and conquer)
  • 위상 정렬(Topology sorting)
  • 분리 집합(Union and find, Disjoint set)
  • 트리(Tree)