Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codingnagger/advent-of-code-2022

Advent of Code 2022
https://github.com/codingnagger/advent-of-code-2022

advent-of-code advent-of-code-2022 advent-of-code-2022-java advent-of-code-2022-java-11 adventofcode

Last synced: 5 days ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

# advent-of-code-2022

Going through the Advent of code 2022 using Java. Should be a fun ride. Also I have a blog if you want you
can [check it out here](https://www.codingnagger.com/) or ping me
on [Minds @CodingNagger](https://minds.com/CodingNagger).

## How to run it

```
./mvnw clean compile exec:java
```

## Running tests

```
./mvnw clean test
```

## Cruise log

Last year I ran
a [cruise log for my 25 days competing in the Advent of Code](https://www.codingnagger.com/tag/advent-of-code-2021/) and
decided I would at least try to do the same this year.
However last year, [unlike 2020](https://www.codingnagger.com/tag/advent-of-code-2021/), I gave up after day 21 as too
much of my time was consumed plus I was in Paris with family from the 22nd. I will try to take it a little
further this year.

- [The Advent of Code 2022 Day 1 log, calories counting](https://www.codingnagger.com/2022/12/01/the-advent-of-code-2022-day-1-log-calories-counting/)
- [The Advent of Code 2022 Day 2 log: rock, paper, cheater](https://www.codingnagger.com/2022/12/02/the-advent-of-code-2022-day-2-log-rock-paper-cheater/)
- [The Advent of Code 2022 Day 3 log: return of the rucksack](https://www.codingnagger.com/2022/12/03/the-advent-of-code-2022-day-3-log-return-of-the-rucksack/)
- [The Advent of Code 2022 Day 4 log: camp cleanup](https://www.codingnagger.com/2022/12/04/the-advent-of-code-2022-day-4-log-camp-cleanup/)
- [The Advent of Code 2022 Day 5 log: flipping stacks](https://www.codingnagger.com/2022/12/05/the-advent-of-code-2022-day-5-log-flipping-stacks/)
- [The Advent of Code 2022 Day 6 log: signals everywhere](https://www.codingnagger.com/2022/12/06/the-advent-of-code-2022-day-6-log-signals-everywhere/)
- [The Advent of Code 2022 Day 7 log: spaced out](https://www.codingnagger.com/2022/12/07/the-advent-of-code-2022-day-7-log-spaced-out/)
- [The Advent of Code 2022 Day 8 log: cabin in the woods](https://www.codingnagger.com/2022/12/08/the-advent-of-code-2022-day-8-log-cabin-in-the-woods/)
- [The Advent of Code 2022 Day 9 log: rope physics](https://www.codingnagger.com/2022/12/09/the-advent-of-code-2022-day-9-log-rope-physics/)
- [The Advent of Code 2022 Day 10 log: pixel perfect](https://www.codingnagger.com/2022/12/10/the-advent-of-code-2022-day-10-log-pixel-perfect/)
- [The Advent of Code 2022 Day 11 log: monkey business](https://www.codingnagger.com/2022/12/11/the-advent-of-code-2022-day-11-log-monkey-business/)
- [The Advent of Code 2022 Day 12 log: elevated view](https://www.codingnagger.com/2022/12/12/the-advent-of-code-2022-day-12-log-elevated-view/)
- [The Advent of Code 2022 Day 13 log: Russian dolls](https://www.codingnagger.com/2022/12/13/the-advent-of-code-2022-day-13-log-russian-dolls/)
- [The Advent of Code 2022 Day 14 log: the sands of time](https://www.codingnagger.com/2022/12/14/the-advent-of-code-2022-day-14-log-the-sands-of-time/)
- [The Advent of Code 2022 Day 15 log: playing catch-up](https://www.codingnagger.com/2022/12/18/the-advent-of-code-2022-day-15-log-playing-catch-up/)
- [The Advent of Code 2022 Day 16: busy times](https://www.codingnagger.com/2022/12/31/the-advent-of-code-2022-day-16-busy-times/)
- [The Advent of Code 2022 Day 17: free fall](https://www.codingnagger.com/2023/01/04/the-advent-of-code-2022-day-17-free-fall/)
- [The Advent of Code 2022 Day 18: lava is lava](https://www.codingnagger.com/2023/01/07/the-advent-of-code-2022-day-18-lava-is-lava/)
- [The Advent of Code 2022 Day 21: Monkey maths](https://www.codingnagger.com/2022/12/21/the-advent-of-code-2022-day-21-monkey-maths/)