From 949ce9a5e09f4340e91dd6f88fa7d72b7c332c7d Mon Sep 17 00:00:00 2001 From: CaedenPH Date: Tue, 9 Jan 2024 20:32:51 +0000 Subject: [PATCH] fix(structure): Lowercase Algorithms --- Algorithms/Python/conways_game_of_life.py | 0 {Algorithms => algorithms}/Python/esoteric/fibonacci.py | 0 {Algorithms => algorithms}/Python/esoteric/morse_code.py | 0 {Algorithms => algorithms}/Python/langtons_ant.py | 0 {Algorithms => algorithms}/Python/number_container_system.py | 0 {Algorithms => algorithms}/Python/sudoku.py | 0 {Algorithms => algorithms}/Python/wa_tor.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Algorithms/Python/conways_game_of_life.py rename {Algorithms => algorithms}/Python/esoteric/fibonacci.py (100%) rename {Algorithms => algorithms}/Python/esoteric/morse_code.py (100%) rename {Algorithms => algorithms}/Python/langtons_ant.py (100%) rename {Algorithms => algorithms}/Python/number_container_system.py (100%) rename {Algorithms => algorithms}/Python/sudoku.py (100%) rename {Algorithms => algorithms}/Python/wa_tor.py (100%) diff --git a/Algorithms/Python/conways_game_of_life.py b/Algorithms/Python/conways_game_of_life.py deleted file mode 100644 index e69de29..0000000 diff --git a/Algorithms/Python/esoteric/fibonacci.py b/algorithms/Python/esoteric/fibonacci.py similarity index 100% rename from Algorithms/Python/esoteric/fibonacci.py rename to algorithms/Python/esoteric/fibonacci.py diff --git a/Algorithms/Python/esoteric/morse_code.py b/algorithms/Python/esoteric/morse_code.py similarity index 100% rename from Algorithms/Python/esoteric/morse_code.py rename to algorithms/Python/esoteric/morse_code.py diff --git a/Algorithms/Python/langtons_ant.py b/algorithms/Python/langtons_ant.py similarity index 100% rename from Algorithms/Python/langtons_ant.py rename to algorithms/Python/langtons_ant.py diff --git a/Algorithms/Python/number_container_system.py b/algorithms/Python/number_container_system.py similarity index 100% rename from Algorithms/Python/number_container_system.py rename to algorithms/Python/number_container_system.py diff --git a/Algorithms/Python/sudoku.py b/algorithms/Python/sudoku.py similarity index 100% rename from Algorithms/Python/sudoku.py rename to algorithms/Python/sudoku.py diff --git a/Algorithms/Python/wa_tor.py b/algorithms/Python/wa_tor.py similarity index 100% rename from Algorithms/Python/wa_tor.py rename to algorithms/Python/wa_tor.py