[CS] 알고리즘의 두 기둥

2023. 9. 19. 12:05CS

첫 번째는 어떤 알고리즘을 써야 하는가? DP, 그리디, 그래프 탐색 등등

두 번째는 어떤 자료구조를 써야 하는가? 해시맵, 스택, 큐, 덱, 힙 등등

 

Reference


https://github.com/JaeYeopHan/Interview_Question_for_Beginner/tree/master/Algorithm