From edf57c4694944dc58fa734a703e4afdaf993f6fa Mon Sep 17 00:00:00 2001 From: mxhagen Date: Thu, 10 Apr 2025 20:01:28 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448bc0f..8f37a4b 100644 --- a/README.md +++ b/README.md @@ -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