Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underscoretud/advent-of-code
https://github.com/underscoretud/advent-of-code
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/underscoretud/advent-of-code
- Owner: UnderscoreTud
- License: mit
- Created: 2023-12-10T01:44:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-25T00:30:06.000Z (12 months ago)
- Last Synced: 2024-10-12T03:19:09.568Z (2 months ago)
- Language: Java
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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