Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 381 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 381 Bytes

ProjectEuler

Visual C# code used for solving ProjectEuler problems.

For the most part, it contains a function which, given specific arguments, solves a particular Euler problem. However it's also meant to build up a library of misc mathematical functions, ideally sharing as much code as possible when solving different problems.