Skip to content

Commit 0d68200

Browse files
committed
Fix
1 parent 25b112f commit 0d68200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/thealgorithms/datastructures/heaps/KthElementFinder.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
*
1111
* @author Hardvan
1212
*/
13-
public class KthElementFinder {
13+
public final class KthElementFinder {
14+
private KthElementFinder() {
15+
}
1416

1517
/**
1618
* Finds the Kth largest element in the given array.

0 commit comments

Comments
 (0)