Merge pull request #40 from theycallmemac/patch-12

Rename InsertionSort.java to Sorts/InsertionSort.java
This commit is contained in:
Chetan Kaushik
2017-04-27 20:04:38 +05:30
committed by GitHub

View File

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