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