https://github.com/rhythmalgo/algorithm-practice
👾 알고리즘 풀이 저장소 👾
https://github.com/rhythmalgo/algorithm-practice
algorithm algorithms java-11 kotlin
Last synced: about 1 month ago
JSON representation
👾 알고리즘 풀이 저장소 👾
- Host: GitHub
- URL: https://github.com/rhythmalgo/algorithm-practice
- Owner: rhythmAlgo
- Archived: true
- Created: 2023-06-26T10:01:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T14:39:10.000Z (about 2 years ago)
- Last Synced: 2024-09-30T14:01:20.290Z (about 1 year ago)
- Topics: algorithm, algorithms, java-11, kotlin
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm-Practice



| Week | Problem |
| :-: | :------------------------------------------------------- |
| 01 | Brute Force |
| 02 | Sort |
| 03 | Binary Search |
| 04 | Two Pointers |
| 05 | Graph, Search |
| 06 | Graph, Search / DFS & BFS |
| 07 | Tree |
| 08 | 위상정렬 |
| 09 | 최단 경로 |
| 10 | Dynamic Programming |
| 11 | Dynamic Programming |