Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 977 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 977 Bytes

Project-Euler

Introduction

http://projecteuler.net/

http://pe-cn.github.io/(chinese)

Project Euler is a website dedicated to a series of computational problems intended to be solved with computer programs. The project attracts adults and students interested in mathematics and computer programming. Here we will solve them using Python with purely functional programming style.

Some people have expressed their concerns about making the solutions of the Euler Project public. While the risk of having people using them unjustly certainly exists (shame on them), the benefits of sharing knowledge should exceed this petty inconvenient.

Project Euler Python

Project Euler problem solve by python, only python and stdlib, no depent.

tested by python2.7

Windows

run start.bat, input problem_id and start calu or run python -m euler problem_id

Linux

python -m euler problem_id