nherson / euler

A C library of solutions to problems on Project Euler

Home Page:https://projecteuler.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Euler

A repo containing implemented solutions to problems found on Project Euler.

A collection of solutions to problems posed on Project Euler. All implementations are in C.

Adding Solutions

Write the C code and place the file in the src with the name problemX.

Compiling

As long as you follow the "Adding Solutions" section above, compiling a solution to problem X should be as simple as make problemX. Compiling all solutions is done with just make.

Solution Explanation

Explanations (if any), will be found in the individual source files as comments.

About

A C library of solutions to problems on Project Euler

https://projecteuler.net/

License:GNU General Public License v2.0


Languages

Language:C 100.0%