From b9ecee892cba9775b57858a86f1ca4a6e9a936cc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Aug 2020 08:10:34 +0200 Subject: [PATCH 1/2] Delete natural_language_processing This file is useless. --- natural_language_processing | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 natural_language_processing diff --git a/natural_language_processing b/natural_language_processing deleted file mode 100644 index b864d9e08f70..000000000000 --- a/natural_language_processing +++ /dev/null @@ -1,3 +0,0 @@ -# Natural Language Processing - -https://en.wikipedia.org/wiki/Natural_language_processing From 5a483e479681bde1758080f14162114618efe666 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 16 Aug 2020 06:10:59 +0000 Subject: [PATCH 2/2] updating DIRECTORY.md --- DIRECTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index f97a8e55fff9..1530ed763591 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -297,6 +297,7 @@ * [Power Iteration](https://github.com/TheAlgorithms/Python/blob/master/linear_algebra/src/power_iteration.py) * [Rayleigh Quotient](https://github.com/TheAlgorithms/Python/blob/master/linear_algebra/src/rayleigh_quotient.py) * [Test Linear Algebra](https://github.com/TheAlgorithms/Python/blob/master/linear_algebra/src/test_linear_algebra.py) + * [Transformations 2D](https://github.com/TheAlgorithms/Python/blob/master/linear_algebra/src/transformations_2d.py) ## Machine Learning * [Astar](https://github.com/TheAlgorithms/Python/blob/master/machine_learning/astar.py) @@ -580,6 +581,10 @@ * [Sol32](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_32/sol32.py) * Problem 33 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_33/sol1.py) + * Problem 34 + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_34/sol1.py) + * Problem 35 + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_35/sol1.py) * Problem 36 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_36/sol1.py) * Problem 40