mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 10:15:51 +08:00
Update PrimMST.java
removing unused import java.lang.*
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user