Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 476 Bytes

File metadata and controls

20 lines (15 loc) · 476 Bytes

ProjectEuler

This repository contains my solutions for the Project Euler problems.

⚠️ SPOILER ALERT ⚠️

Don't read my solutions if you actually want to solve these problems yourself.

Code is organized by language.

Problems Language
1 - 14 F#
16 - 17 Rust
19 - 20 Java
21 - 23 Scala
24 (Open branch) Scala
25 C++
28 - 32 Python
15, 18, 26, 27 (Skipped)