diff --git a/SEARCHING/Binary Search/binary_search.cpp b/searching/c-or-cpp/binary-search.cpp similarity index 100% rename from SEARCHING/Binary Search/binary_search.cpp rename to searching/c-or-cpp/binary-search.cpp diff --git a/SEARCHING/Linear Search/linear_search.cpp b/searching/c-or-cpp/linear-search.cpp similarity index 100% rename from SEARCHING/Linear Search/linear_search.cpp rename to searching/c-or-cpp/linear-search.cpp diff --git a/SEARCHING/Binary Search/binary_search.py b/searching/python/binary-search.py similarity index 100% rename from SEARCHING/Binary Search/binary_search.py rename to searching/python/binary-search.py diff --git a/SEARCHING/Linear Search/linear_search.py b/searching/python/linear-search.py similarity index 100% rename from SEARCHING/Linear Search/linear_search.py rename to searching/python/linear-search.py diff --git a/SORTING/C++/bubble_sort.cpp b/sorting/c-or-cpp/bubble-sort.cpp similarity index 100% rename from SORTING/C++/bubble_sort.cpp rename to sorting/c-or-cpp/bubble-sort.cpp diff --git a/SORTING/Bubble Sort/bubble_sort.py b/sorting/python/bubble-sort.py similarity index 100% rename from SORTING/Bubble Sort/bubble_sort.py rename to sorting/python/bubble-sort.py diff --git a/STRINGS/Palindrom/Palindrome.c b/strings/c-or-cpp/Palindrome.c similarity index 100% rename from STRINGS/Palindrom/Palindrome.c rename to strings/c-or-cpp/Palindrome.c