nonbinaryprogrammer / Euler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler

Project Euler Badge

Friend Key:

915091_lIc6asLzrN6QtrULqUfvOsG4GnwLr5ra

About This Project

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.

Dependencies

Many of the questions depend on my math library for my BigInt class, which you can find here.

How to use

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++.

Helena Bales

About


Languages

Language:C 100.0%