From 8824b2ad2672eeb2122775ae0cb9fcdbf6083ed1 Mon Sep 17 00:00:00 2001 From: codewitgabi Date: Thu, 5 Oct 2023 03:00:05 +0100 Subject: [PATCH] Renamed files to camelCase style --- add-timer-decorator.py => addTimerDecorator.py | 0 breadth_first_search.py => breadthFirstSearch.py | 0 Bubble_Sort.py => bubbleSort.py | 0 cheat sheet.py => cheatSheet.py | 0 Dijkstra's algorithm.py => dijkstrasAlgorithm.py | 0 factorial recurssion.py => factorialRecurssion.py | 0 leetcode-groupAnagrams.py => leetcodeGroupAnagrams.py | 0 merge_sort.py => mergeSort.py | 0 selection_sort.py => selectionSort.py | 0 sets => sets.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename add-timer-decorator.py => addTimerDecorator.py (100%) rename breadth_first_search.py => breadthFirstSearch.py (100%) rename Bubble_Sort.py => bubbleSort.py (100%) rename cheat sheet.py => cheatSheet.py (100%) rename Dijkstra's algorithm.py => dijkstrasAlgorithm.py (100%) rename factorial recurssion.py => factorialRecurssion.py (100%) rename leetcode-groupAnagrams.py => leetcodeGroupAnagrams.py (100%) rename merge_sort.py => mergeSort.py (100%) rename selection_sort.py => selectionSort.py (100%) rename sets => sets.py (100%) diff --git a/add-timer-decorator.py b/addTimerDecorator.py similarity index 100% rename from add-timer-decorator.py rename to addTimerDecorator.py diff --git a/breadth_first_search.py b/breadthFirstSearch.py similarity index 100% rename from breadth_first_search.py rename to breadthFirstSearch.py diff --git a/Bubble_Sort.py b/bubbleSort.py similarity index 100% rename from Bubble_Sort.py rename to bubbleSort.py diff --git a/cheat sheet.py b/cheatSheet.py similarity index 100% rename from cheat sheet.py rename to cheatSheet.py diff --git a/Dijkstra's algorithm.py b/dijkstrasAlgorithm.py similarity index 100% rename from Dijkstra's algorithm.py rename to dijkstrasAlgorithm.py diff --git a/factorial recurssion.py b/factorialRecurssion.py similarity index 100% rename from factorial recurssion.py rename to factorialRecurssion.py diff --git a/leetcode-groupAnagrams.py b/leetcodeGroupAnagrams.py similarity index 100% rename from leetcode-groupAnagrams.py rename to leetcodeGroupAnagrams.py diff --git a/merge_sort.py b/mergeSort.py similarity index 100% rename from merge_sort.py rename to mergeSort.py diff --git a/selection_sort.py b/selectionSort.py similarity index 100% rename from selection_sort.py rename to selectionSort.py diff --git a/sets b/sets.py similarity index 100% rename from sets rename to sets.py