https://github.com/simonberner/advent-of-code-2019
https://github.com/simonberner/advent-of-code-2019
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonberner/advent-of-code-2019
- Owner: simonberner
- Created: 2020-01-09T21:33:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:24:37.000Z (over 2 years ago)
- Last Synced: 2025-05-20T13:56:03.857Z (about 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The advent 2019 full of small coding puzzles
> Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language and way you like.
Find the challenge and all infos on the [Advent of Code site](https://adventofcode.com/2019/about).
This repo contains my solutions written in Java for the Advent Of Code 2019 challenge :christmas_tree:
Be aware that my solutions are by far not the best, most elegant, clean and lean (in the sense of having only a minimum amount of lines of code) ones.
Rather it was important to me to experiment and learn new things along the way as also take some detours from time to time.
### Other solutions
- [JavaScript](https://github.com/programmiri/advent-of-code-2019) by [Mirjam Bäuerlein](https://twitter.com/mirjam_diala)
- [Scala](https://github.com/ambertests/adventofcode2019) by [Amber Race](https://twitter.com/ambertests)
- [Go](https://github.com/philipp-doblhofer/aoc2019) by [Philipp Doblhofer](https://www.philipp-doblhofer.at/)
- [An awesome collection](https://github.com/Bogdanp/awesome-advent-of-code)