add dijkstra module

This commit is contained in:
Dr. Matthias Ratajczak
2022-09-26 17:35:45 +02:00
parent 2e9da0d7aa
commit 6e30da5371
2 changed files with 152 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "dijkstra"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]