From 81634baf2f6fb1141fef05c928e0e141a56fb57c Mon Sep 17 00:00:00 2001 From: algobytewise Date: Sun, 21 Mar 2021 16:46:58 +0530 Subject: [PATCH 1/4] Move files to cellular_automata --- {other => cellular_automata}/game_of_life.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {other => cellular_automata}/game_of_life.py (100%) diff --git a/other/game_of_life.py b/cellular_automata/game_of_life.py similarity index 100% rename from other/game_of_life.py rename to cellular_automata/game_of_life.py From 7bb27569bc8a7392990a5805abc6f98ea9296113 Mon Sep 17 00:00:00 2001 From: algobytewise Date: Sun, 21 Mar 2021 17:55:06 +0530 Subject: [PATCH 2/4] =?UTF-8?q?Rename=20other/davis=E2=80=93putnam?= =?UTF-8?q?=E2=80=93logemann=E2=80=93loveland.py=20to=20backtracking/davis?= =?UTF-8?q?=E2=80=93putnam=E2=80=93logemann=E2=80=93loveland.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "other/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" => "backtracking/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" (100%) diff --git "a/other/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" "b/backtracking/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" similarity index 100% rename from "other/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" rename to "backtracking/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" From 8d7eda312e278dd171879e72d1ee08eadd779fe8 Mon Sep 17 00:00:00 2001 From: algobytewise Date: Sun, 21 Mar 2021 17:55:59 +0530 Subject: [PATCH 3/4] Rename other/markov_chain.py to graphs/markov_chain.py --- {other => graphs}/markov_chain.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {other => graphs}/markov_chain.py (100%) diff --git a/other/markov_chain.py b/graphs/markov_chain.py similarity index 100% rename from other/markov_chain.py rename to graphs/markov_chain.py From 890a680b9054234a5a7893ace80b95dd0fcffa29 Mon Sep 17 00:00:00 2001 From: algobytewise Date: Sun, 21 Mar 2021 18:04:12 +0530 Subject: [PATCH 4/4] undid rename: need to fix mypy first --- ...\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "backtracking/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" => "other/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" (100%) diff --git "a/backtracking/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" "b/other/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" similarity index 100% rename from "backtracking/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py" rename to "other/davis\342\200\223putnam\342\200\223logemann\342\200\223loveland.py"