Skip to content

Commit 5936828

Browse files
authored
Update README.md
1 parent fcb3901 commit 5936828

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
@@ -4,7 +4,7 @@ Dijkstra doesn’t work for Graphs with negative weight edges, but the Bellman-F
44

55
Algorithm:
66

7-
Following are the detailed steps for implementing the Bellman Ford Algorithm :
7+
Following are the detailed steps for implementing the Bellman Ford algorithm :
88

99
Input: Graph and a Source vertex - src
1010
Output: Shortest distance to all vertices from src. If there is a Negative weight cycle, then shortest distances are not calculated, negative(-ve) weight cycle is reported.

0 commit comments

Comments
 (0)