Skip to content

Commit

Permalink
Rename LinearSearch.java to Searches/LinearSearch.java
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallmemac authored Apr 27, 2017
1 parent 8c78d90 commit 66d4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LinearSearch.java → Searches/LinearSearch.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ public static void printarray(int[] a){
}
System.out.println();
}
}
}

0 comments on commit 66d4679

Please sign in to comment.