Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into peteryao7_project-euler-70
  • Loading branch information
peteryao7 authored Oct 15, 2020
commit 75bb975f391686378548686ebcf1235fae8c5e1d
6 changes: 6 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,14 @@
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_63/sol1.py)
* Problem 67
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_67/sol1.py)
* Problem 69
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_69/sol1.py)
* Problem 70
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_70/sol1.py)
* Problem 71
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_71/sol1.py)
* Problem 72
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_72/sol1.py)
* Problem 76
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_76/sol1.py)
* Problem 80
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.