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