Skip to content

Commit e5131cc

Browse files
committed
S54
1 parent 48ff445 commit e5131cc

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
@@ -11,6 +11,7 @@
1111
*/
1212
class CreateGraph {
1313
// CreateGraph - it consists of edges
14+
//inner class for creating edges
1415
class CreateEdge {
1516
int s, d, w;
1617

0 commit comments

Comments
 (0)