modified: README.md
Go / build (push) Successful in 32s

This commit is contained in:
Acid
2026-07-26 00:46:20 -04:00
parent ba54411627
commit e3b4119785
+7 -1
View File
@@ -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