915091_lIc6asLzrN6QtrULqUfvOsG4GnwLr5ra
Project Euler problems are intended to be solved independently. Please do not use these solutions when doing the problems for yourself. I have solved these problems in C.
Many of the questions depend on my math library for my BigInt class, which you can find here.
For any problem that does not include my mathlib, you can use gcc
problem<#>.c
to compile and ./a.out
to run. If the math
library is included, you must use g++ problem<#>.c
to compile the
program, since the class is written in C++.