Michael-Naguib / ProjectEuler

-The only way to learn to code is to code and to code a lot hence this is my progress on Project Euler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectEuler

  • The only way to learn to code is to code and to code a lot hence this is my progress on Project Euler
  • A majority of the code is & will be written in Python 3
  • Note! libraries other than those which come default with Python will not be used unless I have already written a roughly equivilant library for the task in previous Project Euler Questions. (the DRY principal)
  • As data is sometimes provided for a problem the convention has been to use one file named <number here>_number.txt where the <number here> is substituted with the number of the curent problem.

About

-The only way to learn to code is to code and to code a lot hence this is my progress on Project Euler

License:MIT License


Languages

Language:Python 100.0%