Typo in section name.
This commit is contained in:
parent
a961cbde4e
commit
80be5c48e5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue