Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 1 KB

File metadata and controls

71 lines (36 loc) · 1 KB

algorithm_normal

[목표]

  • 문제를 풀면서 자료구조와 알고리즘 중급 개념을 확실히 잡고 문제해결력 기르기
  • 코딩 테스트 실전 모의고사
  • 코딩 인터뷰
  • 카카오 기출
  1. Problem Solving

    • Counting Sort
    • Biorder
    • Hanoi
    • DFS/BFS
    • Prefix/Infix
    • Permutation/Combination
    • MST(Minimum Spanning Tree)
    • Dijkstra Algorithm
    • LCS(Longest Common Subsequence)
    • Greedy Algorithm
    • Knapsack Algorithm
  2. DFS, BFS (완전탐색)

    • Knapsack Algorithm
    • Backtracking Algorithm
    • Permutation/Combination
  3. 시뮬레이션

  4. 스택 & 덱

  5. 맵 & 셋

    • Map, Set
    • Multimap, Multisest
    • Unordered Map, UnorderedS Set
  6. 코딩 테스트 실전 모의고사

  7. 코딩 인터뷰

    • Array
    • List
    • Stack
    • Queue
    • Tree
  8. 카카오 기출