코딩 테스트 준비를 위해 문제를 풀이하고 정리한 저장소입니다.
| 플랫폼 | 분류 | 문제 수 |
|---|---|---|
| 백준 | Bronze | 58 |
| 백준 | Silver | 51 |
| 백준 | Gold | 6 |
| 프로그래머스 | Lv.0 | 64 |
| 프로그래머스 | Lv.1 | 32 |
| 프로그래머스 | Lv.2 | 23 |
| 프로그래머스 | Lv.3 | 5 |
| 프로그래머스 | Lv.4 | 2 |
| goormlevel | - | 29 |
| LeetCode | - | 6 |
| 합계 | 276 |
기준: 각 플랫폼 디렉터리 내 문제 폴더 개수 기준
.
|-- 백준/
| |-- Bronze/
| |-- Silver/
| `-- Gold/
|-- 프로그래머스/
| |-- 0/ (Lv.0)
| |-- 1/ (Lv.1)
| |-- 2/ (Lv.2)
| |-- 3/ (Lv.3)
| `-- 4/ (Lv.4)
|-- goormlevel/
|-- leetCode/ (submodule)
|-- KUT/ (학교 과제)
`-- example/
- Python
- Java
- BaekjoonHub: 백준 자동 업로드
- LeetHub: LeetCode 풀이 저장소 (submodule)
example/백준/: 입력 파일 기반 로컬 테스트용 예제example/leetCode/: LeetCode 제출용 Python 템플릿example/프로그래머스/: 프로그래머스 제출용 Python 템플릿