Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jangalinski/katastropolis
A place where my mind wanders to solve coding-katas and -challenges - using kotlin.
https://github.com/jangalinski/katastropolis
advent-of-code aoc-2023-in-kotlin aoc-2024-in-kotlin kata kotlin
Last synced: 6 days ago
JSON representation
A place where my mind wanders to solve coding-katas and -challenges - using kotlin.
- Host: GitHub
- URL: https://github.com/jangalinski/katastropolis
- Owner: jangalinski
- License: apache-2.0
- Created: 2024-11-28T13:43:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T23:35:13.000Z (about 1 month ago)
- Last Synced: 2025-01-27T06:45:11.310Z (10 days ago)
- Topics: advent-of-code, aoc-2023-in-kotlin, aoc-2024-in-kotlin, kata, kotlin
- Language: Kotlin
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# katastropolis
A place where my mind wanders to solve coding-katas and -challenges - using kotlin.
![katastroplis](src/main/resources/banner.jpeg)
## Advent Of Code
### 2024
* https://adventofcode.com/2024
* [01](./src/main/kotlin/adventOfCode/_2024/day01.kt),[02](./src/main/kotlin/adventOfCode/_2024/day02.kt),[03](./src/main/kotlin/adventOfCode/_2024/day03.kt)## Everybody Codes
### The Kingdom of Algorithmia (2024)
* https://everybody.codes/event/2024/oracle-of-the-order
### Project Euler
* https://projecteuler.net/progress
## Links/Resources
* https://github.com/Zordid/adventofcode-kotlin-2024