- Array
- Linked_List
- Stack, StackUses(스택 활용)
- Queue
- Deque
- BFS, DFS
- Recursion
- BackTracking
- Simulation
- Sort
- DP
- Greedy
- Math
- BinarySearch
- TwoPointer
- Hash
- BST (BinarySearchTree)
- PriorityQueue
- Graph
- Tree
- TopologicalSorting(위상 정렬)
- MST(Minimum Spanning Tree) 최소 신장 트리
- Floyd
- Dijkstra
- 문자열(KMP)
'Algorithm > About Algorithm' 카테고리의 다른 글
Algorithm [Math] 코딩 테스트에서 나오는 수학 개념 정리2 (0) | 2024.05.04 |
---|---|
Algorithm [Math] 코딩 테스트에서 나오는 수학 개념 정리 (0) | 2024.05.04 |