Skip to content

Commit c480377

Browse files
committed
Update PrimMST.java
removing unused import java.lang.*
1 parent 7a52313 commit c480377

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DataStructures/Graphs/PrimMST.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package DataStructures.Graphs;
22

3-
import java.lang.*;
4-
53
/**
64
* A Java program for Prim's Minimum Spanning Tree (MST) algorithm.
75
* adjacency matrix representation of the graph

0 commit comments

Comments
 (0)