awesson / ProjectEuler

All code used for solving ProjectEuler problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

All code used for solving ProjectEuler problems


Languages

Language:C# 99.6%Language:Python 0.4%