Repository/
├── README.md
└── Algorithms
├── Sorting *
├── Search (Binary Search) *
├── Dynamic Programming (DP) *
├── Greedy *
├── DFS&BFS (Graph) *
├── Backtracking *
├── Math *
├── String
├── Dijkstra
├── MST
├── Union-Find
├── BruteForce
└── Segment Tree
└── DataStructure
├── Hash *
├── Stack
├── Queue
├── LinkedList
└── ...
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|