Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhythmalgo/algorithm-practice
👾 알고리즘 풀이 저장소 👾
https://github.com/rhythmalgo/algorithm-practice
algorithm algorithms java-11 kotlin
Last synced: about 2 months ago
JSON representation
👾 알고리즘 풀이 저장소 👾
- Host: GitHub
- URL: https://github.com/rhythmalgo/algorithm-practice
- Owner: rhythmAlgo
- Archived: true
- Created: 2023-06-26T10:01:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T14:39:10.000Z (about 1 year ago)
- Last Synced: 2024-09-29T14:01:13.040Z (about 2 months 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
![GitHub last commit](https://img.shields.io/github/last-commit/rhythmAlgo/Algorithm-Practice)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rhythmAlgo/Algorithm-Practice)
![GitHub top language](https://img.shields.io/github/languages/top/rhythmAlgo/Algorithm-Practice?color=yellow&logo=Java)| 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 |