Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 503 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 503 Bytes

Project Euler

Project Euler is a series of challenging mathematical and computer programming problems. This repo contains my solutions these problems in C++, Python, and Rust.

libeuler_test_data.json contains data used for testing my Project Euler algorithms. The data is stored as JSON so it can be easily used across all three languages. libeuler_test_data.py is a helper script that loads the test data and drops into the Python 3 REPL for easy modification.