Typo in section name.

This commit is contained in:
Sergiu Ivanov 2021-10-31 22:36:38 +01:00
parent a961cbde4e
commit 80be5c48e5
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@
[min-st-prim (-> Graph Any (Listof (List Any Any)))]
[max-st-prim (-> Graph Any (Listof (List Any Any)))]
;; Single-source Shortest Paths
;; 6 Single-source Shortest Paths
[bellman-ford (-> Graph Any (Values (Mutable-HashTable Any Number)
(Mutable-HashTable Any Any)))]
[dijkstra (-> Graph Any (Values (Mutable-HashTable Any Number)