Skip to content

Commit 734cb11

Browse files
authored
Update Dijkstras-Algorithm.md
1 parent 14a1e14 commit 734cb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/Dijkstras-Algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Given a graph _G_ and a starting vertex _s_, what is the _shortest path_ from _s
1212

1313
This problem is called the _Single-Source Shortest Paths_ (SSSP) problem.
1414

15-
## Single=Source Shortest Path
15+
## Single-Source Shortest Path
1616

1717
#### SSSP on an unweighted graph
1818

0 commit comments

Comments
 (0)