Skip to content

Commit 06b6850

Browse files
committed
S55
1 parent e5131cc commit 06b6850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bellmanFord/src/main/java/com/mycompany/bellmanford/CreateGraph.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class CreateGraph {
1313
// CreateGraph - it consists of edges
1414
//inner class for creating edges
1515
class CreateEdge {
16+
//start, destination, and weight
1617
int s, d, w;
1718

1819
CreateEdge() {

0 commit comments

Comments
 (0)