Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgebert/advent-of-code-2024
Advent of Code 2024 written in kotlin.
https://github.com/pgebert/advent-of-code-2024
aoc aoc-2024 aoc-2024-in-kotlin gradle kotlin
Last synced: 17 days ago
JSON representation
Advent of Code 2024 written in kotlin.
- Host: GitHub
- URL: https://github.com/pgebert/advent-of-code-2024
- Owner: pgebert
- License: mit
- Created: 2024-12-01T09:22:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T17:52:26.000Z (about 1 month ago)
- Last Synced: 2025-01-18T08:09:56.341Z (18 days ago)
- Topics: aoc, aoc-2024, aoc-2024-in-kotlin, gradle, kotlin
- Language: Kotlin
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎄 [Advent Of Code](https://adventofcode.com)
![Current day](https://img.shields.io/badge/Day-25-blue)
![Stars obtained](https://img.shields.io/badge/Stars%20Obtained%20⭐-50-yellow)
![Days completed](https://img.shields.io/badge/Days%20Completed-25-red)### Daily Solution Index
| Day | Title | Part 1 | Part 2 | Code |
|-------|------------------------|:------:|:------:|---------------------------------------------------------------------------------------------------------------------------------|
| ✔ 01 | Historian Hysteria | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day01.kt) |
| ✔ 02 | Red-Nosed Reports | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day02.kt) |
| ✔ 03 | Mull It Over | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day03.kt) |
| ✔ 04 | Ceres Search | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day04.kt) |
| ✔ 05 | Print Queue | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day05.kt) |
| ✔ 06 | Guard Gallivant | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day06.kt) |
| ✔ 07 | Bridge Repair | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day07.kt) |
| ✔ 08 | Resonant Collinearity | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day08.kt) |
| ✔ 09 | Disk Fragmenter | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day09.kt) |
| ✔ 10 | Hoof It | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day10.kt) |
| ✔ 11 | Plutonian Pebbles | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day11.kt) |
| ✔ 12 | Garden Groups | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day12.kt) |
| ✔ 13 | Claw Contraption | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day13.kt) |
| ✔ 14 | Restroom Redoubt | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day14.kt) |
| ✔ 15 | Warehouse Woes | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day15.kt) |
| ✔ 16 | Reindeer Maze | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day16.kt) |
| ✔ 17 | Chronospatial Computer | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day17.kt) |
| ✔ 18 | RAM Run | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day18.kt) |
| ✔ 19 | Linen Layout | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day19.kt) |
| ✔ 20 | Race Condition | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day20.kt) |
| ✔ 21 | Keypad Conundrum | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day21.kt) |
| ✔ 22 | Monkey Market | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day22.kt) |
| ✔ 23 | LAN Party | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day23.kt) |
| ✔ 24 | Crossed Wires | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day24.kt) |
| ✔ 25 | Code Chronicle | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day25.kt) |---
# Miscellaneous
## 🏷 Test
The puzzle inputs have been removed in compliance with AOC's request to not publish them.
## 🔎 Template
This project used the [advent-of-code-kotlin-template](https://github.com/pgebert/advent-of-code-kotlin-template) which
is a ready-to-use template for advent of code written in kotlin - just use it and start coding! 🚀## Show your support
Give a ⭐️ if this project helped you!