From cfff220d9046a8743f427ab4820cc42612dc2e79 Mon Sep 17 00:00:00 2001 From: Ming Tsai Date: Fri, 15 Jan 2021 07:38:21 -0400 Subject: [PATCH] chore: rename the folder for temp --- {sorting => sorting1}/README.md | 0 {sorting => sorting1}/c-or-cpp/bubble-sort.cpp | 0 {SORTING/C++ => sorting1/c-or-cpp}/insertion-sort.cpp | 0 {sorting => sorting1}/python/bubble-sort.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {sorting => sorting1}/README.md (100%) rename {sorting => sorting1}/c-or-cpp/bubble-sort.cpp (100%) rename {SORTING/C++ => sorting1/c-or-cpp}/insertion-sort.cpp (100%) rename {sorting => sorting1}/python/bubble-sort.py (100%) 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