From 731190842ae1ec9a91dbf1f84ee0b50d501586c6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 11 Oct 2020 11:53:30 +0200 Subject: [PATCH] CODEOWNERS: Proper spelling of my userid (#3185) * CODEOWNERS: Proper spelling of my userid * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- DIRECTORY.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e74de6dc..b10fed71d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -89,4 +89,4 @@ # /traversals/ -/web_programming/ @cclass +/web_programming/ @cclauss diff --git a/DIRECTORY.md b/DIRECTORY.md index 064a4da23..4e6ca62ce 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -553,11 +553,15 @@ * [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_11/sol2.py) * Problem 112 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_112/sol1.py) + * Problem 119 + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_119/sol1.py) * Problem 12 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_12/sol1.py) * [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_12/sol2.py) * Problem 120 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_120/sol1.py) + * Problem 125 + * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_125/sol1.py) * Problem 13 * [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_13/sol1.py) * Problem 14