Try out petgraph

This commit is contained in:
Joscha 2024-12-30 13:12:49 +01:00
parent e3e191b748
commit 34df6c9f14
6 changed files with 166 additions and 0 deletions

View file

@ -3,5 +3,6 @@ pub mod list_links;
pub mod list_pages;
pub mod longest_shortest_path;
pub mod path;
pub mod path_petgraph;
pub mod philosophy_game;
pub mod reexport;