Skip to content

Commit 6a8c5c7

Browse files
authored
Rename graphUsingAdjacencyMatrix.cpp to GraphUsingAdjacencyMatrix.cpp
1 parent 188c6d3 commit 6a8c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chapter_09_Graph_Algorithms/graphUsingAdjacencyMatrix.cpp renamed to src/Chapter_09_Graph_Algorithms/GraphUsingAdjacencyMatrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ int main ()
5454
graph.add_edge(3, 3);
5555
graph.print_graph();
5656
return 0;
57-
}
57+
}

0 commit comments

Comments
 (0)