We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00d58ef + c9e0e58 commit 7a92932Copy full SHA for 7a92932
1 file changed
README.md
@@ -223,7 +223,7 @@ or equal to those of the children and the lowest key is in the root node
223
224
#### Bellman-Ford Algorithm
225
* *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
+* 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
227
negative numbers
228
* Time Complexity:
229
* Best Case: `O(|E|)`
0 commit comments