https://github.com/park-sm/study-algorithm
One-Day One-Algorithm 실천을 위한 알고리즘 문제 저장소
https://github.com/park-sm/study-algorithm
Last synced: 8 months ago
JSON representation
One-Day One-Algorithm 실천을 위한 알고리즘 문제 저장소
- Host: GitHub
- URL: https://github.com/park-sm/study-algorithm
- Owner: Park-SM
- Created: 2021-04-16T08:08:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T08:08:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T22:28:26.854Z (9 months ago)
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 알고리즘 문제 저장소
- One-Day One-Algorithm 실천을 위한 알고리즘 문제 저장소
- 문제만 푸는 것이 아닌 알고리즘의 유형을 파악을 위함
- 개발 시 효율적인 로직을 구상하는 훈련### Schedule
|요일|Algorithm|
|:-:|-|
|월|`Greedy`|
|화|`Sorting`|
|수|`Bruteforcing`|
|목|`BinarySearch`|
|금|`Graph`|
|토|`String`|
|일|`DynamicPrograming` or `Other`|