From 089b3b89d99ea970b26ae2cb39eb7f67ea7ca315 Mon Sep 17 00:00:00 2001 From: Big Date: Tue, 4 Oct 2022 21:52:40 +0700 Subject: [PATCH] revise python file name, extension --- .../{Python_Programs => C++}/Sorting algorithm in C | 0 .../{2nd largest in the array.py => 2nd_largest_in_the_array.py} | 0 .../Python_Programs/{BInary search.py => BInary_search.py} | 0 .../Python_Programs/{Binary Tree.py => Binary_Tree.py} | 0 .../{Dijkastra's solution.py => Dijkastras_solution.py} | 0 .../Python_Programs/{RainbowBenzene => RainbowBenzene.py} | 0 .../Python_Programs/{snake water game => snake_water_game.py} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename Program's_Contributed_By_Contributors/{Python_Programs => C++}/Sorting algorithm in C (100%) rename Program's_Contributed_By_Contributors/Python_Programs/{2nd largest in the array.py => 2nd_largest_in_the_array.py} (100%) rename Program's_Contributed_By_Contributors/Python_Programs/{BInary search.py => BInary_search.py} (100%) rename Program's_Contributed_By_Contributors/Python_Programs/{Binary Tree.py => Binary_Tree.py} (100%) rename Program's_Contributed_By_Contributors/Python_Programs/{Dijkastra's solution.py => Dijkastras_solution.py} (100%) rename Program's_Contributed_By_Contributors/Python_Programs/{RainbowBenzene => RainbowBenzene.py} (100%) rename Program's_Contributed_By_Contributors/Python_Programs/{snake water game => snake_water_game.py} (100%) diff --git a/Program's_Contributed_By_Contributors/Python_Programs/Sorting algorithm in C b/Program's_Contributed_By_Contributors/C++/Sorting algorithm in C similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/Sorting algorithm in C rename to Program's_Contributed_By_Contributors/C++/Sorting algorithm in C diff --git a/Program's_Contributed_By_Contributors/Python_Programs/2nd largest in the array.py b/Program's_Contributed_By_Contributors/Python_Programs/2nd_largest_in_the_array.py similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/2nd largest in the array.py rename to Program's_Contributed_By_Contributors/Python_Programs/2nd_largest_in_the_array.py diff --git a/Program's_Contributed_By_Contributors/Python_Programs/BInary search.py b/Program's_Contributed_By_Contributors/Python_Programs/BInary_search.py similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/BInary search.py rename to Program's_Contributed_By_Contributors/Python_Programs/BInary_search.py diff --git a/Program's_Contributed_By_Contributors/Python_Programs/Binary Tree.py b/Program's_Contributed_By_Contributors/Python_Programs/Binary_Tree.py similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/Binary Tree.py rename to Program's_Contributed_By_Contributors/Python_Programs/Binary_Tree.py diff --git a/Program's_Contributed_By_Contributors/Python_Programs/Dijkastra's solution.py b/Program's_Contributed_By_Contributors/Python_Programs/Dijkastras_solution.py similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/Dijkastra's solution.py rename to Program's_Contributed_By_Contributors/Python_Programs/Dijkastras_solution.py diff --git a/Program's_Contributed_By_Contributors/Python_Programs/RainbowBenzene b/Program's_Contributed_By_Contributors/Python_Programs/RainbowBenzene.py similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/RainbowBenzene rename to Program's_Contributed_By_Contributors/Python_Programs/RainbowBenzene.py diff --git a/Program's_Contributed_By_Contributors/Python_Programs/snake water game b/Program's_Contributed_By_Contributors/Python_Programs/snake_water_game.py similarity index 100% rename from Program's_Contributed_By_Contributors/Python_Programs/snake water game rename to Program's_Contributed_By_Contributors/Python_Programs/snake_water_game.py