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

https://github.com/pgebert/kotlin_euler


https://github.com/pgebert/kotlin_euler

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🚀 [Project Euler in Kotlin](https://projecteuler.net/)

![Solved Problems](https://img.shields.io/badge/Solved_Problems-0-blue)

### Solution Index

| Problem | Title | Code |
|---------|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| ✔ 01 | Multiples of 3 or 5 | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/euler/solutions/Solution001.kt) |
| ✔ 02 | Even Fibonacci Numbers | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/euler/solutions/Solution002.kt) |
| ✔ 03 | Largest Prime Factor | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/euler/solutions/Solution003.kt) |
| ✖ 04 | Largest Palindrome Product | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](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 | |