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