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

This commit is contained in:
Acid
2026-07-24 02:19:52 -04:00
parent b2613bf3e1
commit 666c1a155b
+13 -3
View File
@@ -18,14 +18,18 @@
## Graph
- [ ] Unweighted
- [x] Unweighted
- [ ] Weighted
- [ ] Directed
## Sets
- [x] Union Find
- - [ ] Bloom filter
- - [ ] Hyper Log Log
## Probabilistic
- [ ] Bloom filter
- [ ] Hyper Log Log
# Algorithms ωψγ
@@ -65,6 +69,12 @@ go doc -all ./sets/ | bat -l go
for p in ./trees/ ./trees/avl ./trees/heap; do go doc -all "$p"; done | bat -l go
```
> Graphs
```bash
go doc -all ./graphs | bat -l go
```
# Tests
```bash