Rename InsertionSort.java to Sorts/InsertionSort.java

This commit is contained in:
James Mc Dermott 2017-04-27 15:27:23 +01:00 committed by GitHub
parent 8c78d90d49
commit 440ba12ec0

View File

@ -46,4 +46,4 @@ class InsertionSort
}
input.close();
}
}
}