Skip to content

Commit d66656c

Browse files
committed
camelCase convention for classicalAlgos
1 parent 61f271d commit d66656c

22 files changed

+1
-0
lines changed
File renamed without changes.
File renamed without changes.

Diff for: ClassicalAlgos/primsAlgoMST/PrimsAlgorithmMST.cs renamed to classicalAlgos/primsAlgoMST/primsAlgorithmMST.cs

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ public static void Main()
5858
{ 0, 5, 7, 9, 0 } };
5959
primMST(graph);
6060
}
61+
}
File renamed without changes.

0 commit comments

Comments
 (0)