Skip to content

A program containing some of my solutions for the ProjectEuler.net coding challenge.

Notifications You must be signed in to change notification settings

Kwasniok/ProjectEuler-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ProjectEuler-Solver

This programm bundles all my solution for the problems from ProjectEuler.net.

Installation

  • Download the source code from the master branch.
  • Unzipp the file and move all files to the preferred location.

Usage

MAC OS X

  • Open Terminal.app and change directory to the src folder: cd <path to unzipped files>/src.
  • Run the programm via python: python main.py.

Compatibility

  • The source code was tested on Mac OS X 10.11.6 with python 2.7 only. It might work with another OS and build version of python as well.
  • Python must support UTF-8 to be able to execute this program.

About

A program containing some of my solutions for the ProjectEuler.net coding challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages