Solutions to problems posed by ProjectEuler.net.
Running this module, allows you to enter which problem you are trying to find a numerical solution to.
Algorithms for specific solutions, along with comments and a brief description for each individual problem can be found in there. For complete descriptions of problems access https://projecteuler.net/archives
Specific functions that were used multiple times across different EulerProject solutions (e.g. Erasthotenes sieve, prime number decomposition, etc.)
These files are labeled with the problem number they are used in, and are essential in finding the correct solution.