Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 387 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 387 Bytes

euler

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.