https://github.com/wurstbroteater/adventofcode
Solution Scripts for Advent of Code
https://github.com/wurstbroteater/adventofcode
advent-of-code advent-of-code-2021 advent-of-code-2022
Last synced: 9 months ago
JSON representation
Solution Scripts for Advent of Code
- Host: GitHub
- URL: https://github.com/wurstbroteater/adventofcode
- Owner: wurstbroteater
- License: cc0-1.0
- Created: 2021-12-02T09:23:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T07:38:32.000Z (about 1 year ago)
- Last Synced: 2025-03-27T03:41:34.704Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2022
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
This folder contains my solutions for the annual [Advent of Code](https://adventofcode.com/) (AOC) adventures.
I've started this fascinating challenge in 2021 while studying for my master's degree. In 2023, I've decided to upload
only the example inputs from the daily tasks and not the personalized puzzle.
**Warning**: Some code may not be commented, idiomatic, optimized or considered readable. Viewer discretion is advised.