My C++ solutions to Project Euler problems - focused on getting the right answer as fast as possible.
Project Euler is a collection of challenging mathematical programming problems. These are my solutions written in C++ with one goal: solve it quickly and move on.
- Write code that works
- Optimize for speed when needed
- No over-engineering
- Get the answer, learn something, next problem
Currently solving problems as I find time. Each solution aims to run in under 1 second.
⚡ Simple solutions to complex problems