Skip to content

Commit 47818bf

Browse files
Merge pull request #32 from theycallmemac/patch-4
Rename LinearSearch.java to Searches/LinearSearch.java
2 parents ef84098 + 66d4679 commit 47818bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinearSearch.java renamed to Searches/LinearSearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ public static void printarray(int[] a){
5959
}
6060
System.out.println();
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)