We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2994ade commit 96e036eCopy full SHA for 96e036e
src/main/java/com/thealgorithms/searches/JumpSearch.java
@@ -8,7 +8,7 @@
8
*
9
* Reference: https://en.wikipedia.org/wiki/Jump_search
10
*/
11
-public class JumpSearch {
+public final class JumpSearch {
12
13
// Prevent instantiation
14
private JumpSearch() {
0 commit comments