Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 588 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 588 Bytes

Project Euler

Problems are located at Project Euler.

My goal here is to learn efficient coding...cool algorithms, etc.

For the sake of thoroughness, pe1.py was written on September 24, 2012. Going forward, code will be pushed as it is written.

I have started using IPython to run and test my scripts, and it's tricky to import code in filenames that start with numbers. To accommodate this, all filenames will now be in the form "pe[number]". Improved algorithms will be in the form "pe[number]e". (02-05-2013)