Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 3.26 KB

README.md

File metadata and controls

54 lines (42 loc) · 3.26 KB

본 레포는 프로그래머스(https://programmers.co.kr/)의 코딩테스트 문제 중 풀어볼 것들을 난이도/유형 별로 정리하여 놓은 레포지토리입니다.

Programmers-algorithms

연습문제 (난이도: ⭐⭐ 소요시간: 15분)

1. Stack/Queue

2. Heap

3. Hash

4. Sorting

5. Brute-Force/Exhaustive Search

6. Greedy

7. Dynamic Programming

8. Binary Search

9. Graph

10. DFS/BFS