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