Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgebert/advent-of-code-2023
Solutions for Advent of Code 2023 written in Kotlin.
https://github.com/pgebert/advent-of-code-2023
advent-of-code advent-of-code-2023 aoc-2023-in-kotlin aoc2023 kotlin
Last synced: 1 day ago
JSON representation
Solutions for Advent of Code 2023 written in Kotlin.
- Host: GitHub
- URL: https://github.com/pgebert/advent-of-code-2023
- Owner: pgebert
- License: mit
- Created: 2023-11-27T09:00:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T21:26:15.000Z (about 1 year ago)
- Last Synced: 2025-01-18T08:09:56.334Z (11 days ago)
- Topics: advent-of-code, advent-of-code-2023, aoc-2023-in-kotlin, aoc2023, kotlin
- Language: Kotlin
- Homepage: https://adventofcode.com/2023
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎄 [Advent Of Code 2023](https://adventofcode.com/2023)
![Current day](https://img.shields.io/badge/Day-18-blue)
![Stars obtained](https://img.shields.io/badge/Stars%20Obtained%20⭐-36-yellow)
![Days completed](https://img.shields.io/badge/Days%20Completed-18-red)### Daily Solution Index
| Day | Title | Part 1 | Part 2 | Code |
|-------|---------------------------------|:------:|:------:|---------------------------------------------------------------------------------------------------------------------------------|
| ✔ 01 | Trebuchet?! | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day01.kt) |
| ✔ 02 | Cube Conundrum | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day02.kt) |
| ✔ 03 | Gear Ratios | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day03.kt) |
| ✔ 04 | Scratchcards | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day04.kt) |
| ✔ 05 | If You Give A Seed A Fertilizer | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day05.kt) |
| ✔ 06 | Wait For It | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day06.kt) |
| ✔ 07 | Camel Cards | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day07.kt) |
| ✔ 08 | Haunted Wasteland | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day08.kt) |
| ✔ 09 | Mirage Maintenance | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day09.kt) |
| ✔ 10 | Pipe Maze | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day10.kt) |
| ✔ 11 | Cosmic Expansion | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day11.kt) |
| ✔ 12 | Hot Springs | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day12.kt) |
| ✔ 13 | Point of Incidence | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day13.kt) |
| ✔ 14 | Parabolic Reflector Dish | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day14.kt) |
| ✔ 15 | Lens Library | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day15.kt) |
| ✔ 16 | The Floor Will Be Lava | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day16.kt) |
| ✔ 17 | Clumsy Crucible | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day17.kt) |
| ✔ 18 | Lavaduct Lagoon | ⭐ | ⭐ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day18.kt) |
| ⚪ 19 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day19.kt) |
| ⚪ 20 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day20.kt) |
| ⚪ 21 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day21.kt) |
| ⚪ 22 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day22.kt) |
| ⚪ 23 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day23.kt) |
| ⚪ 24 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day24.kt) |
| ⚪ 25 | (not released) | ⚪ | ⚪ | [![Code](https://img.shields.io/badge/Code-grey?style=for-the-badge&logo=Kotlin)](src/main/kotlin/de/pgebert/aoc/days/Day25.kt) |# Miscellaneous
## 🔎 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!