From e946cc82916fb61228f640e71195da0aee154a94 Mon Sep 17 00:00:00 2001 From: ashwek Date: Tue, 12 Feb 2019 20:32:46 +0530 Subject: [PATCH] Moved programs to appropriate directories --- .../circular_Queue_using_Linked_List.cpp | 0 Decimal To Binary.cpp => Others/Decimal To Binary.cpp | 0 Decimal To Hexadecimal .cpp => Others/Decimal To Hexadecimal .cpp | 0 Happy_number.cpp => Others/Happy_number.cpp | 0 Palindromeofnumber.cpp => Others/Palindromeofnumber.cpp | 0 Primality Test.cpp => Others/Primality Test.cpp | 0 smallest-circle.cpp => Others/smallest-circle.cpp | 0 spiral_print.cpp => Others/spiral_print.cpp | 0 NumericStringSort.cpp => Sorting/NumericStringSort.cpp | 0 combsort.cpp => Sorting/combsort.cpp | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename circluar_Queue_using_Linked_List.cpp => Data Structure/circular_Queue_using_Linked_List.cpp (100%) rename Decimal To Binary.cpp => Others/Decimal To Binary.cpp (100%) rename Decimal To Hexadecimal .cpp => Others/Decimal To Hexadecimal .cpp (100%) rename Happy_number.cpp => Others/Happy_number.cpp (100%) rename Palindromeofnumber.cpp => Others/Palindromeofnumber.cpp (100%) rename Primality Test.cpp => Others/Primality Test.cpp (100%) rename smallest-circle.cpp => Others/smallest-circle.cpp (100%) rename spiral_print.cpp => Others/spiral_print.cpp (100%) rename NumericStringSort.cpp => Sorting/NumericStringSort.cpp (100%) rename combsort.cpp => Sorting/combsort.cpp (100%) diff --git a/circluar_Queue_using_Linked_List.cpp b/Data Structure/circular_Queue_using_Linked_List.cpp similarity index 100% rename from circluar_Queue_using_Linked_List.cpp rename to Data Structure/circular_Queue_using_Linked_List.cpp diff --git a/Decimal To Binary.cpp b/Others/Decimal To Binary.cpp similarity index 100% rename from Decimal To Binary.cpp rename to Others/Decimal To Binary.cpp diff --git a/Decimal To Hexadecimal .cpp b/Others/Decimal To Hexadecimal .cpp similarity index 100% rename from Decimal To Hexadecimal .cpp rename to Others/Decimal To Hexadecimal .cpp diff --git a/Happy_number.cpp b/Others/Happy_number.cpp similarity index 100% rename from Happy_number.cpp rename to Others/Happy_number.cpp diff --git a/Palindromeofnumber.cpp b/Others/Palindromeofnumber.cpp similarity index 100% rename from Palindromeofnumber.cpp rename to Others/Palindromeofnumber.cpp diff --git a/Primality Test.cpp b/Others/Primality Test.cpp similarity index 100% rename from Primality Test.cpp rename to Others/Primality Test.cpp diff --git a/smallest-circle.cpp b/Others/smallest-circle.cpp similarity index 100% rename from smallest-circle.cpp rename to Others/smallest-circle.cpp diff --git a/spiral_print.cpp b/Others/spiral_print.cpp similarity index 100% rename from spiral_print.cpp rename to Others/spiral_print.cpp diff --git a/NumericStringSort.cpp b/Sorting/NumericStringSort.cpp similarity index 100% rename from NumericStringSort.cpp rename to Sorting/NumericStringSort.cpp diff --git a/combsort.cpp b/Sorting/combsort.cpp similarity index 100% rename from combsort.cpp rename to Sorting/combsort.cpp