diff --git a/sorting/README.md b/sorting1/README.md similarity index 100% rename from sorting/README.md rename to sorting1/README.md diff --git a/sorting/c-or-cpp/bubble-sort.cpp b/sorting1/c-or-cpp/bubble-sort.cpp similarity index 100% rename from sorting/c-or-cpp/bubble-sort.cpp rename to sorting1/c-or-cpp/bubble-sort.cpp diff --git a/SORTING/C++/insertion-sort.cpp b/sorting1/c-or-cpp/insertion-sort.cpp similarity index 100% rename from SORTING/C++/insertion-sort.cpp rename to sorting1/c-or-cpp/insertion-sort.cpp diff --git a/sorting/python/bubble-sort.py b/sorting1/python/bubble-sort.py similarity index 100% rename from sorting/python/bubble-sort.py rename to sorting1/python/bubble-sort.py