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
- Host: GitHub
- URL: https://github.com/fonsp/project-euler
- Owner: fonsp
- Created: 2015-11-10T21:34:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T10:33:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-10T11:02:17.909Z (3 months ago)
- Topics: combinatorics, csharp, euler-puzzles-answered, euler-solutions, project-euler, python3
- Language: C#
- Homepage:
- Size: 494 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.