Use PriorityQueue for Dijkstra's, requires Hash for Vertex

This commit is contained in:
2026-08-06 09:44:28 +02:00
parent 53a6bed932
commit 110e6310aa
3 changed files with 28 additions and 36 deletions
+1
View File
@@ -11,4 +11,5 @@ keywords = ["graph", "graph-algorithms"]
categories = ["algorithms", "data-structures", "mathematics"]
[dependencies]
priority-queue = "2.7.0"
typed-generational-arena = "0.2.9"