diff --git a/Sorting/BeadSort.cpp b/sorting/BeadSort.cpp similarity index 100% rename from Sorting/BeadSort.cpp rename to sorting/BeadSort.cpp diff --git a/Sorting/BitonicSort.cpp b/sorting/BitonicSort.cpp similarity index 100% rename from Sorting/BitonicSort.cpp rename to sorting/BitonicSort.cpp diff --git a/Sorting/Bubble Sort.cpp b/sorting/Bubble Sort.cpp similarity index 100% rename from Sorting/Bubble Sort.cpp rename to sorting/Bubble Sort.cpp diff --git a/Sorting/CocktailSelectionSort.cpp b/sorting/CocktailSelectionSort.cpp similarity index 100% rename from Sorting/CocktailSelectionSort.cpp rename to sorting/CocktailSelectionSort.cpp diff --git a/Sorting/CountingSortString.cpp b/sorting/CountingSortString.cpp similarity index 100% rename from Sorting/CountingSortString.cpp rename to sorting/CountingSortString.cpp diff --git a/Sorting/Counting_Sort.cpp b/sorting/Counting_Sort.cpp similarity index 100% rename from Sorting/Counting_Sort.cpp rename to sorting/Counting_Sort.cpp diff --git a/Sorting/Heap Sort .cpp b/sorting/Heap Sort .cpp similarity index 100% rename from Sorting/Heap Sort .cpp rename to sorting/Heap Sort .cpp diff --git a/Sorting/Insertion Sort.cpp b/sorting/Insertion Sort.cpp similarity index 100% rename from Sorting/Insertion Sort.cpp rename to sorting/Insertion Sort.cpp diff --git a/Sorting/Merge Sort.cpp b/sorting/Merge Sort.cpp similarity index 100% rename from Sorting/Merge Sort.cpp rename to sorting/Merge Sort.cpp diff --git a/Sorting/NumericStringSort.cpp b/sorting/NumericStringSort.cpp similarity index 100% rename from Sorting/NumericStringSort.cpp rename to sorting/NumericStringSort.cpp diff --git a/Sorting/OddEven Sort.cpp b/sorting/OddEven Sort.cpp similarity index 100% rename from Sorting/OddEven Sort.cpp rename to sorting/OddEven Sort.cpp diff --git a/Sorting/Quick Sort.cpp b/sorting/Quick Sort.cpp similarity index 100% rename from Sorting/Quick Sort.cpp rename to sorting/Quick Sort.cpp diff --git a/Sorting/Radix Sort.cpp b/sorting/Radix Sort.cpp similarity index 100% rename from Sorting/Radix Sort.cpp rename to sorting/Radix Sort.cpp diff --git a/Sorting/Selection Sort.cpp b/sorting/Selection Sort.cpp similarity index 100% rename from Sorting/Selection Sort.cpp rename to sorting/Selection Sort.cpp diff --git a/Sorting/Shell Sort.cpp b/sorting/Shell Sort.cpp similarity index 100% rename from Sorting/Shell Sort.cpp rename to sorting/Shell Sort.cpp diff --git a/Sorting/Slow Sort.cpp b/sorting/Slow Sort.cpp similarity index 100% rename from Sorting/Slow Sort.cpp rename to sorting/Slow Sort.cpp diff --git a/Sorting/Tim Sort.cpp b/sorting/Tim Sort.cpp similarity index 100% rename from Sorting/Tim Sort.cpp rename to sorting/Tim Sort.cpp diff --git a/Sorting/bucketSort.cpp b/sorting/bucketSort.cpp similarity index 100% rename from Sorting/bucketSort.cpp rename to sorting/bucketSort.cpp diff --git a/Sorting/combsort.cpp b/sorting/combsort.cpp similarity index 100% rename from Sorting/combsort.cpp rename to sorting/combsort.cpp