Update PrimMST.java

removing unused import java.lang.*
This commit is contained in:
Alexandra Englert
2020-03-20 21:37:31 +01:00
parent 7a52313e21
commit c480377c7e

View File

@ -1,7 +1,5 @@
package DataStructures.Graphs;
import java.lang.*;
/**
* A Java program for Prim's Minimum Spanning Tree (MST) algorithm.
* adjacency matrix representation of the graph