Skip to content

Commit 7a92932

Browse files
authored
Merge pull request kdn251#2 from neilbryson/master
fix typo
2 parents 00d58ef + c9e0e58 commit 7a92932

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ or equal to those of the children and the lowest key is in the root node
223223

224224
#### Bellman-Ford Algorithm
225225
* *Bellman-Ford Algorithm* is an algorithm that computes the shortest paths from a single source node to all other nodes in a weighted graph
226-
* Although it is slower than Dijstra's, it is more versatile, as it is capable of handling graphs in which some of the edge weights are
226+
* Although it is slower than Dijkstra's, it is more versatile, as it is capable of handling graphs in which some of the edge weights are
227227
negative numbers
228228
* Time Complexity:
229229
* Best Case: `O(|E|)`

0 commit comments

Comments
 (0)