An open API service indexing awesome lists of open source software.

https://github.com/fonsp/project-euler

🧩 My solutions to the project Euler problems
https://github.com/fonsp/project-euler

combinatorics csharp euler-puzzles-answered euler-solutions project-euler python3

Last synced: 3 months ago
JSON representation

🧩 My solutions to the project Euler problems

Awesome Lists containing this project

README

        

Project Euler solutions
===
These are my solutions to various problems from https://projecteuler.net/.

**Warning**: _the files in this repository contain complete solutions, which might spoil the fun of solving them yourself._

Most problems are written in C#, and share the common `EulerDotNet` library. This library contains tools for number theory, combinatorics, infinite precision integers and parallelization (I'm quite proud of the latter).
Nowadays I mostly work in Python 3, and the `EulerDotNet` library is no longer maintained.

![Project Euler account badge](https://projecteuler.net/profile/fons-.png "Account badge")