This commit is contained in:
mxhagen 2025-02-15 15:11:15 +01:00
parent 0f7e3959f2
commit 925370481c

View File

@ -52,4 +52,5 @@ implementations of graph-theoretical algorithms and utilities in rust.
- [ ] make vertex identities separate from vertex data
- [ ] if useful, add `(V, inc(E))` representation (incidence matrix)
- [ ] improve allocation size heuristic for queue, visited set, etc in search algos