@@ -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
|
||||
|
||||
Reference in New Issue
Block a user