알고리즘 종류

TToII·2021년 8월 10일
0

algorithm_study

목록 보기
4/6
post-thumbnail

<코딩테스트 Algorithm 분류>

구현
DFS
BFS
Two pointer
Brute Force
DP
Tree DP
시뮬레이션
Union Find
String
자료구조 -> 우선순위 큐, 스택, 트리
순열조합
Trie
Flood fill
Bit masking
위상정렬
이분탐색
최단거리
파싱
Segment Tree

<주요 알고리즘 이론>

  1. greedy
  2. 구현
  3. DFS/BFS
  4. 정렬
  5. 이진 탐색
  6. 다이나믹 프로그래밍
  7. 최단 경로
  8. 그래프 이론
profile
Hello World!

0개의 댓글