From 925370481cd61144072dbf9c7e2eb1e7dc2e8ed3 Mon Sep 17 00:00:00 2001 From: mxhagen Date: Sat, 15 Feb 2025 15:11:15 +0100 Subject: [PATCH] add todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6158ff..d0e96af 100644 --- a/README.md +++ b/README.md @@ -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