@@ -1,5 +1,10 @@
|
||||
# Data Structures & Algorithms in Go
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> I made this repo while following the book to learn go and DSA. The implementations are
|
||||
> not gonna be the most performant. Consider looking for another repo if you need any of there in your serious project.
|
||||
|
||||
## Linear
|
||||
|
||||
- [x] Stack
|
||||
@@ -47,10 +52,11 @@
|
||||
- [x] Priority Queue
|
||||
- [x] Heap Sort
|
||||
- [x] BFS Breadth-First Search
|
||||
- [ ] DFS Depth-First Search
|
||||
|
||||
## Graphs
|
||||
|
||||
- [ ] Dijkstra's
|
||||
- [x] DFS & BFS
|
||||
- [ ] Topological Sort with Kahn's algorithm
|
||||
|
||||
# Documentation
|
||||
|
||||
Reference in New Issue
Block a user