Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/underscoretud/advent-of-code


https://github.com/underscoretud/advent-of-code

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2023

![License](https://img.shields.io/github/license/underscoretud/advent-of-code)
![Last Commit](https://img.shields.io/github/last-commit/underscoretud/advent-of-code)

This is my participation in the [Advent of Code](https://adventofcode.com)

Enjoy the Advent season!

🌟🎄🎅🎁🔔🕯️

## Status

| day | part 1 | part 2 |
|-----|--------|--------|
| 01 | ⭐ | ⭐ |
| 02 | ⭐ | ⭐ |
| 03 | ⭐ | ⭐ |
| 04 | ⭐ | ⭐ |
| 05 | ⭐ | ⭐ |
| 06 | ⭐ | ⭐ |
| 07 | ⭐ | ⭐ |
| 08 | ⭐ | ⭐ |
| 09 | ⭐ | ⭐ |
| 10 | ⭐ | ⭐ |
| 11 | ⭐ | ⭐ |
| 12 | ⭐ | ⭐ |
| 13 | ⭐ | ⭐ |
| 14 | ⭐ | ⭐ |
| 15 | ⭐ | ⭐ |
| 16 | ⭐ | ⭐ |
| 17 | ⭐ | ⭐ |
| 18 | ⭐ | ⭐ |
| 19 | ⭐ | ⭐ |
| 20 | ⭐ | ⭐ |
| 21 | ⭐ | |
| 22 | | |
| 23 | | |
| 24 | | |
| 25 | | |

## Implementation details
The code is written in Java without the use of any external libraries.
All solutions can be found under the `me.tud.adventofcode.solutions` package