Solution to Project Euler problems and related libraries.
See https://projecteuler.net for details on Project Euler.
This repository contains three major parts:
- Solutions to problems from Project Euler, under the src/problems/ directory
- Utility libraries used to solve these problems, under the src/utils/ directory
- Test code for the above, under the test/ directory.