diff --git a/README.md b/README.md index 13e8080..448bc0f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ implementations of graph-theoretical algorithms and utilities in rust. - [ ] a* search - [x] dijkstra's algorithm (bidirectionally?) - [ ] general concepts - - [ ] hamilton paths and cycles + - [x] hamilton paths and cycles - [ ] euler paths and cycles (hierholzer's algorithm) - [ ] chromatic number (graph coloring), DSATUR, edge coloring - [ ] connectivity, strongly connected components