diff --git a/SelectionSort.java b/Sorts/SelectionSort.java similarity index 99% rename from SelectionSort.java rename to Sorts/SelectionSort.java index 82fecda12..955e7d65b 100644 --- a/SelectionSort.java +++ b/Sorts/SelectionSort.java @@ -50,4 +50,4 @@ class SelectionSort input.close(); } -} \ No newline at end of file +}