Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

👾 알고리즘 풀이 저장소 👾

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 |