update readme

This commit is contained in:
mxhagen 2025-04-10 20:01:28 +02:00
parent f50cec4923
commit edf57c4694

View File

@ -20,7 +20,7 @@ implementations of graph-theoretical algorithms and utilities in rust.
- [x] dijkstra's algorithm (bidirectionally?)
- [ ] general concepts
- [x] hamilton paths and cycles
- [ ] euler paths and cycles (hierholzer's algorithm)
- [x] euler paths and cycles (hierholzer's algorithm)
- [ ] chromatic number (graph coloring), DSATUR, edge coloring
- [ ] connectivity, strongly connected components
- [ ] kosaraju's algorithm