JonSnow1337 / Project-Euler

Solution for Project Euler problems. Project Euler is a website with a series of challenging mathematical/computer programming problems .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project-Euler

Usage

  1. Download Python 2.7
  2. For some scripts numpy library is needed sudo apt-get install python-numpy (on windows use PIP)
  3. Type in terminal or cmd Python (scriptName) (for windows you have to add python to your path)
  4. Wait for maximum of a minute for script to execute

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
  6. Add your badge image to the readme file

Contributors on this project

jedimaster93

mlogic1

C++

Some problems are solved in C++. Solutions are placed in the cpp folder. They were tested with GCC compiler.

About

Solution for Project Euler problems. Project Euler is a website with a series of challenging mathematical/computer programming problems .


Languages

Language:C++ 50.2%Language:Python 49.8%