mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 20:20:56 +08:00
Update PrimMST.java
removing unused import java.lang.*
This commit is contained in:
@ -1,7 +1,5 @@
|
|||||||
package DataStructures.Graphs;
|
package DataStructures.Graphs;
|
||||||
|
|
||||||
import java.lang.*;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A Java program for Prim's Minimum Spanning Tree (MST) algorithm.
|
* A Java program for Prim's Minimum Spanning Tree (MST) algorithm.
|
||||||
* adjacency matrix representation of the graph
|
* adjacency matrix representation of the graph
|
||||||
|
Reference in New Issue
Block a user