Skip to content

Commit c881f64

Browse files
Added Prim's Algorithm to graphs
1 parent f5b0ba8 commit c881f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/searches/Prims.java renamed to src/main/java/com/thealgorithms/graph/Prims.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.thealgorithms.graphs;
1+
package com.thealgorithms.graph;
22

33
import java.util.*;
44

0 commit comments

Comments
 (0)