|
1 |
| -# Advent of Code |
| 1 | +# Advent of Code 2021 |
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 2021. |
| 4 | + |
| 5 | +Done in Kotlin for easier solutions. ;) |
| 6 | + |
| 7 | +For more information see https://adventofcode.com [2021](https://adventofcode.com/2021). |
| 8 | + |
| 9 | +All projects are built using build management system |
6 | 10 | [Gradle](https://gradle.org/) and [GitHub Actions](https://docs.github.com/actions).
|
7 | 11 |
|
8 |
| -[ |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| -](https://sonarcloud.io/dashboard?id=de.havox_design.aoc:advent_of_code) |
| 12 | +[ |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +](https://sonarcloud.io/dashboard?id=de.havox_design.aoc:advent_of_code2021) |
13 | 17 |
|
14 | 18 | To run all solutions, simply run `./gradlew run`. If you want to run the solution for day 5, simply run
|
15 | 19 | `./gradlew aoc2023:run day05`.
|
16 | 20 |
|
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 ⭐** | | |
| 21 | +## Current status: |
| 22 | + |
| 23 | +| Day | Part 1 | Part 2 | |
| 24 | +|---------|--------------------------------|--------------------------------| |
| 25 | +| 1 | ⭐  | ⭐  | |
| 26 | +| 2 | ⭐  | ⭐  | |
| 27 | +| 3 | ⭐  | ⭐  | |
| 28 | +| 4 | ⭐  | ⭐  | |
| 29 | +| 5 | ⭐  | ⭐  | |
| 30 | +| 6 | ⭐  | ⭐  | |
| 31 | +| 7 | ⭐  | ⭐  | |
| 32 | +| 8 | ⭐  | ⭐  | |
| 33 | +| 9 | ⭐  | ⭐  | |
| 34 | +| 10 | ⭐  | ⭐  | |
| 35 | +| 11 | ⭐  | ⭐  | |
| 36 | +| 12 | ⭐  | ⭐  | |
| 37 | +| 13 | ⭐  | ⭐  | |
| 38 | +| 14 | ⭐  | ⭐  | |
| 39 | +| 15 | ⭐  | ⭐  | |
| 40 | +| 16 | ⭐  | ⭐  | |
| 41 | +| 17 | ⭐  | ⭐  | |
| 42 | +| 18 | ⭐  | ⭐  | |
| 43 | +| 19 | ⭐  | ⭐  | |
| 44 | +| 20 | ⭐  | ⭐  | |
| 45 | +| 21 | ⭐  | ⭐  | |
| 46 | +| 22 | ⭐  | ⭐  | |
| 47 | +| 23 | ⭐  | ⭐  | |
| 48 | +| 24 | ⭐  | ⭐  | |
| 49 | +| 25 | ⭐  | ⭐  | |
| 50 | +| **SUM** | **25 ⭐** | **25 ⭐** | |
| 51 | + |
| 52 | +Total: 50 ⭐ |
33 | 53 |
|
| 54 | +## Solution image |
| 55 | + |
0 commit comments