Add more solutions and minor corrections

Added solutions for problem 71, 72, 73, 74 and 75 in C and python
and made a few corrections in the code for other problems.
This commit is contained in:
2019-09-29 19:38:39 +02:00
parent 2cdbca922a
commit 7c055b749e
21 changed files with 962 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Python/__pycache__
ProblemsOverviews/*