|
1 | | -# Advent of Code |
| 1 | +# Advent of Code 2023 |
2 | 2 |
|
3 | | -This project collects all my simple project for [Advent of Code](https://adventofcode.com/) projects. I started in 2022 |
4 | | -participating. In the meantime I'm programming the missing Advent of Code years. Done in different languages depending |
5 | | -on interest and learning about languages. All projects are built using build management system |
| 3 | +Simple project for Advent of Code 2023. |
| 4 | + |
| 5 | +Planned to be done primarily in [Kotlin](https://kotlinlang.org). Please beware of code quality issues, because these |
| 6 | +are early steps on Kotlin. Day 24 part 2 is solved in Java for better performance and easier solution instead of |
| 7 | +Kotlin. |
| 8 | + |
| 9 | +For more information see https://adventofcode.com [2023](https://adventofcode.com/2023). |
| 10 | + |
| 11 | +All projects are built using build management system |
6 | 12 | [Gradle](https://gradle.org/) and [GitHub Actions](https://docs.github.com/actions). |
7 | 13 |
|
8 | | -[ |
9 | | - |
10 | | - |
11 | | - |
12 | | -](https://sonarcloud.io/dashboard?id=de.havox_design.aoc:advent_of_code) |
| 14 | +[ |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +](https://sonarcloud.io/dashboard?id=de.havox_design.aoc:advent_of_code2023) |
13 | 19 |
|
14 | 20 | To run all solutions, simply run `./gradlew run`. If you want to run the solution for day 5, simply run |
15 | 21 | `./gradlew aoc2023:run day05`. |
16 | 22 |
|
17 | | -## Contributions: |
18 | | -| Year | Language(s) | Total Stars | Link to repository | |
19 | | -|---------|--------------------------------------------------------------|--------------:|------------------------------------------------------------------------------------| |
20 | | -| 2025 | Java  | 0 / 50 ⭐ | [aoc2025](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2025) | |
21 | | -| 2024 | Kotlin  | 50 / 50 ⭐ | [aoc2024](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2024) | |
22 | | -| 2023 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2023](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2023) | |
23 | | -| 2022 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2022](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2022) | |
24 | | -| 2022 | Kotlin  | 2 / 2 ⭐ | [meilisearch](https://github.com/Gentleman1983/advent-of-code/tree/main/meilisearch) | |
25 | | -| 2021 | Kotlin  | 50 / 50 ⭐ | [aoc2021](https://github.com/Gentleman1983/aoc2021) | |
26 | | -| 2020 | Kotlin  | 50 / 50 ⭐ | [aoc2020](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2020) | |
27 | | -| 2019 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2019](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2019) | |
28 | | -| 2018 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2018](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2018) | |
29 | | -| 2017 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2017](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2017) | |
30 | | -| 2016 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2016](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2016) | |
31 | | -| 2015 | Java , Kotlin  | 50 / 50 ⭐ | [aoc2015](https://github.com/Gentleman1983/advent-of-code/tree/main/aoc2015) | |
32 | | -| **SUM** | | **500 + 2 ⭐** | | |
| 23 | +## Current status: |
| 24 | + |
| 25 | +| Day | Part 1 | Part 2 | |
| 26 | +|---------|--------------------------------|--------------------------------| |
| 27 | +| 1 | ⭐  | ⭐  | |
| 28 | +| 2 | ⭐  | ⭐  | |
| 29 | +| 3 | ⭐  | ⭐  | |
| 30 | +| 4 | ⭐  | ⭐  | |
| 31 | +| 5 | ⭐  | ⭐  | |
| 32 | +| 6 | ⭐  | ⭐  | |
| 33 | +| 7 | ⭐  | ⭐  | |
| 34 | +| 8 | ⭐  | ⭐  | |
| 35 | +| 9 | ⭐  | ⭐  | |
| 36 | +| 10 | ⭐  | ⭐  | |
| 37 | +| 11 | ⭐  | ⭐  | |
| 38 | +| 12 | ⭐  | ⭐  | |
| 39 | +| 13 | ⭐  | ⭐  | |
| 40 | +| 14 | ⭐  | ⭐  | |
| 41 | +| 15 | ⭐  | ⭐  | |
| 42 | +| 16 | ⭐  | ⭐  | |
| 43 | +| 17 | ⭐  | ⭐  | |
| 44 | +| 18 | ⭐  | ⭐  | |
| 45 | +| 19 | ⭐  | ⭐  | |
| 46 | +| 20 | ⭐  | ⭐  | |
| 47 | +| 21 | ⭐  | ⭐  | |
| 48 | +| 22 | ⭐  | ⭐  | |
| 49 | +| 23 | ⭐  | ⭐  | |
| 50 | +| 24 | ⭐  | ⭐  | |
| 51 | +| 25 | ⭐  | ⭐  | |
| 52 | +| **SUM** | **25 ⭐** | **25 ⭐** | |
| 53 | + |
| 54 | +Total: 50 ⭐ |
33 | 55 |
|
| 56 | +## Solution image |
| 57 | + |
0 commit comments