From 37afdd60fdae8d82d10810a6e0913c0c7346c5e4 Mon Sep 17 00:00:00 2001 From: Ankur <54987647+Arsenic-ATG@users.noreply.github.com> Date: Thu, 14 Jan 2021 12:15:56 +0530 Subject: [PATCH] restructure the repo - format discussed in issue #3 - rename files and folders to lower case --- .../binary_search.cpp => searching/c-or-cpp/binary-search.cpp | 0 .../linear_search.cpp => searching/c-or-cpp/linear-search.cpp | 0 .../binary_search.py => searching/python/binary-search.py | 0 .../linear_search.py => searching/python/linear-search.py | 0 SORTING/C++/bubble_sort.cpp => sorting/c-or-cpp/bubble-sort.cpp | 0 .../Bubble Sort/bubble_sort.py => sorting/python/bubble-sort.py | 0 {STRINGS/Palindrom => strings/c-or-cpp}/Palindrome.c | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename SEARCHING/Binary Search/binary_search.cpp => searching/c-or-cpp/binary-search.cpp (100%) rename SEARCHING/Linear Search/linear_search.cpp => searching/c-or-cpp/linear-search.cpp (100%) rename SEARCHING/Binary Search/binary_search.py => searching/python/binary-search.py (100%) rename SEARCHING/Linear Search/linear_search.py => searching/python/linear-search.py (100%) rename SORTING/C++/bubble_sort.cpp => sorting/c-or-cpp/bubble-sort.cpp (100%) rename SORTING/Bubble Sort/bubble_sort.py => sorting/python/bubble-sort.py (100%) rename {STRINGS/Palindrom => strings/c-or-cpp}/Palindrome.c (100%) 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