An open API service indexing awesome lists of open source software.

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 실천을 위한 알고리즘 문제 저장소

Awesome Lists containing this project

README

          

# 알고리즘 문제 저장소
- One-Day One-Algorithm 실천을 위한 알고리즘 문제 저장소
- 문제만 푸는 것이 아닌 알고리즘의 유형을 파악을 위함
- 개발 시 효율적인 로직을 구상하는 훈련

### Schedule
|요일|Algorithm|
|:-:|-|
|월|`Greedy`|
|화|`Sorting`|
|수|`Bruteforcing`|
|목|`BinarySearch`|
|금|`Graph`|
|토|`String`|
|일|`DynamicPrograming` or `Other`|