We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79de926 commit 62abbc6Copy full SHA for 62abbc6
1 file changed
src/main/java/com/thealgorithms/searches/LinearSearch.java
@@ -49,4 +49,3 @@ public <T extends Comparable<T>> int find(T[] array, T value) {
49
50
return -1;
51
}
52
-}
0 commit comments