We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a52313 commit c480377Copy full SHA for c480377
1 file changed
DataStructures/Graphs/PrimMST.java
@@ -1,7 +1,5 @@
1
package DataStructures.Graphs;
2
3
-import java.lang.*;
4
-
5
/**
6
* A Java program for Prim's Minimum Spanning Tree (MST) algorithm.
7
* adjacency matrix representation of the graph
0 commit comments