https://github.com/pgebert/kotlin_euler
https://github.com/pgebert/kotlin_euler
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgebert/kotlin_euler
- Owner: pgebert
- License: mit
- Created: 2025-05-15T08:36:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T08:53:09.000Z (12 months ago)
- Last Synced: 2025-08-30T06:25:52.206Z (9 months ago)
- Language: Kotlin
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 [Project Euler in Kotlin](https://projecteuler.net/)

### Solution Index
| Problem | Title | Code |
|---------|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| ✔ 01 | Multiples of 3 or 5 | [](src/main/kotlin/de/pgebert/euler/solutions/Solution001.kt) |
| ✔ 02 | Even Fibonacci Numbers | [](src/main/kotlin/de/pgebert/euler/solutions/Solution002.kt) |
| ✔ 03 | Largest Prime Factor | [](src/main/kotlin/de/pgebert/euler/solutions/Solution003.kt) |
| ✖ 04 | Largest Palindrome Product | [](src/main/kotlin/de/pgebert/euler/solutions/Solution004.kt) |
| ✖ 05 | Smallest Multiple | |
| ✖ 06 | Sum Square Difference | |
| ✖ 07 | 10 001st Prime | |
| ✖ 08 | Largest Product in a Series | |
| ✖ 09 | Special Pythagorean Triplet | |
| ✖ 10 | Summation of Primes | |