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 d1e7501 commit 912be91Copy full SHA for 912be91
DataStructures/Graphs/BellmanFord.java
@@ -48,7 +48,7 @@ public static void main(String args[]) {
48
49
public void
50
go() // Interactive run for understanding the class first time. Assumes source vertex is 0 and
51
- // shows distaance to all vertices
+ // shows distance to all vertices
52
{
53
Scanner sc = new Scanner(System.in); // Grab scanner object for user input
54
int i, v, e, u, ve, w, j, neg = 0;
0 commit comments