From 6b34983ba10c9eb5fd09ef990e276f74c565ccf2 Mon Sep 17 00:00:00 2001 From: Ankur <54987647+Arsenic-ATG@users.noreply.github.com> Date: Sun, 10 Jan 2021 12:12:35 +0530 Subject: [PATCH] reformat the repostory structure --- .../binarySearch.cpp => Binary Search/binary_search.cpp} | 0 SEARCHING/{python => Binary Search}/binary_search.py | 0 SEARCHING/{c or cpp => Linear Search}/linear_search.cpp | 0 .../{python/linea_search.py => Linear Search/linear_search.py} | 0 SORTING/{Python => Bubble Sort}/bubble_sort.py | 0 STRINGS/{c or cpp => Palindrom}/Palindrome.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename SEARCHING/{c or cpp/binarySearch.cpp => Binary Search/binary_search.cpp} (100%) rename SEARCHING/{python => Binary Search}/binary_search.py (100%) rename SEARCHING/{c or cpp => Linear Search}/linear_search.cpp (100%) rename SEARCHING/{python/linea_search.py => Linear Search/linear_search.py} (100%) rename SORTING/{Python => Bubble Sort}/bubble_sort.py (100%) rename STRINGS/{c or cpp => Palindrom}/Palindrome.c (100%) diff --git a/SEARCHING/c or cpp/binarySearch.cpp b/SEARCHING/Binary Search/binary_search.cpp similarity index 100% rename from SEARCHING/c or cpp/binarySearch.cpp rename to SEARCHING/Binary Search/binary_search.cpp diff --git a/SEARCHING/python/binary_search.py b/SEARCHING/Binary Search/binary_search.py similarity index 100% rename from SEARCHING/python/binary_search.py rename to SEARCHING/Binary Search/binary_search.py diff --git a/SEARCHING/c or cpp/linear_search.cpp b/SEARCHING/Linear Search/linear_search.cpp similarity index 100% rename from SEARCHING/c or cpp/linear_search.cpp rename to SEARCHING/Linear Search/linear_search.cpp diff --git a/SEARCHING/python/linea_search.py b/SEARCHING/Linear Search/linear_search.py similarity index 100% rename from SEARCHING/python/linea_search.py rename to SEARCHING/Linear Search/linear_search.py diff --git a/SORTING/Python/bubble_sort.py b/SORTING/Bubble Sort/bubble_sort.py similarity index 100% rename from SORTING/Python/bubble_sort.py rename to SORTING/Bubble Sort/bubble_sort.py diff --git a/STRINGS/c or cpp/Palindrome.c b/STRINGS/Palindrom/Palindrome.c similarity index 100% rename from STRINGS/c or cpp/Palindrome.c rename to STRINGS/Palindrom/Palindrome.c