Algorithm/About Algorithm

코딩 테스트를 위한 알고리즘 정리

제우제우 2024. 5. 4. 13:13
  • 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)