Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 461 Bytes

README.org

File metadata and controls

11 lines (7 loc) · 461 Bytes

Project Euler Solutions

This project containsk code for a very few Project Euler problem solutions. I started off using Erlang, but have switched to Clojure. Other solutions are scattered in other repos. I should probably consolidate them.

http://projecteuler.net/profile/jmenard.png

The solutions are in functions named “pN”.

p54 (poker hands) is in a separate file.