From 885baa5f53e15232cc16c64a89d4d37f6a03711d Mon Sep 17 00:00:00 2001 From: Mohammed-Shoaib01 <65510889+Mohammed-Shoaib01@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:30:55 +0530 Subject: [PATCH 1/4] Rename countSort.py to count_Sort.py --- Sorting Algorithms/{countSort.py => count_Sort.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Sorting Algorithms/{countSort.py => count_Sort.py} (100%) diff --git a/Sorting Algorithms/countSort.py b/Sorting Algorithms/count_Sort.py similarity index 100% rename from Sorting Algorithms/countSort.py rename to Sorting Algorithms/count_Sort.py From d09a54e547060f3dfbe17dcb9d536a850daf6210 Mon Sep 17 00:00:00 2001 From: Mohammed-Shoaib01 <65510889+Mohammed-Shoaib01@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:31:18 +0530 Subject: [PATCH 2/4] Rename count_Sort.py to count_sort.py --- Sorting Algorithms/{count_Sort.py => count_sort.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Sorting Algorithms/{count_Sort.py => count_sort.py} (100%) diff --git a/Sorting Algorithms/count_Sort.py b/Sorting Algorithms/count_sort.py similarity index 100% rename from Sorting Algorithms/count_Sort.py rename to Sorting Algorithms/count_sort.py From ce1d1aaf9e1f0fb3c4b808f76211b7aef3fed7db Mon Sep 17 00:00:00 2001 From: Mohammed-Shoaib01 <65510889+Mohammed-Shoaib01@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:32:23 +0530 Subject: [PATCH 3/4] Rename heapSort.py to heap_sort.py --- Sorting Algorithms/{heapSort.py => heap_sort.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Sorting Algorithms/{heapSort.py => heap_sort.py} (100%) diff --git a/Sorting Algorithms/heapSort.py b/Sorting Algorithms/heap_sort.py similarity index 100% rename from Sorting Algorithms/heapSort.py rename to Sorting Algorithms/heap_sort.py From dbc759cc11d49a7fe0008b373ebddd7f439dcd21 Mon Sep 17 00:00:00 2001 From: Mohammed-Shoaib01 <65510889+Mohammed-Shoaib01@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:32:51 +0530 Subject: [PATCH 4/4] Rename mergesort.py to merge_sort.py --- Sorting Algorithms/{mergesort.py => merge_sort.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Sorting Algorithms/{mergesort.py => merge_sort.py} (99%) diff --git a/Sorting Algorithms/mergesort.py b/Sorting Algorithms/merge_sort.py similarity index 99% rename from Sorting Algorithms/mergesort.py rename to Sorting Algorithms/merge_sort.py index 6ccda55..d72afba 100644 --- a/Sorting Algorithms/mergesort.py +++ b/Sorting Algorithms/merge_sort.py @@ -38,4 +38,4 @@ def merge_sort(listt): - \ No newline at end of file +