Skip to content

Commit f5b0ba8

Browse files
Adding Prim's Algorithm to searches
1 parent 54f7120 commit f5b0ba8

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/thealgorithms/searches

1 file changed

+2
-2
lines changed

src/main/java/com/thealgorithms/searches/Prims.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
*
3030
* @author OpenAI
3131
*/
32-
public final class PrimsAlgorithm {
32+
public final class Prims {
3333

34-
private PrimsAlgorithm() {
34+
private Prims() {
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)