We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a1e14 commit 734cb11Copy full SHA for 734cb11
Notes/Dijkstras-Algorithm.md
@@ -12,7 +12,7 @@ Given a graph _G_ and a starting vertex _s_, what is the _shortest path_ from _s
12
13
This problem is called the _Single-Source Shortest Paths_ (SSSP) problem.
14
15
-## Single=Source Shortest Path
+## Single-Source Shortest Path
16
17
#### SSSP on an unweighted graph
18
0 commit comments