https://github.com/zeitschlag/adventofcode
My solutions for advent of code
https://github.com/zeitschlag/adventofcode
advent-of-code-2018 advent-of-code-2019 python ruby
Last synced: 2 months ago
JSON representation
My solutions for advent of code
- Host: GitHub
- URL: https://github.com/zeitschlag/adventofcode
- Owner: zeitschlag
- Created: 2018-12-04T12:47:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T11:37:44.000Z (over 2 years ago)
- Last Synced: 2025-04-03T14:14:32.532Z (about 1 year ago)
- Topics: advent-of-code-2018, advent-of-code-2019, python, ruby
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2018 — 2020
These are my solutions for some puzzle of the [Advent of Code](https://adventofcode.com/). I've participated since 2018 and I've written small blogposts in German about each day at the [Codestammtisch-blog](https://codestammtis.ch/) (it's a German podcast I host together with a very dear friend of mine).
To be honest: I'm not really good at this whole coding-thing in general or this advent of code-thing in particular. I (mostly) don't attend in order to learn a new language or solve the puzzles in an elegant or very clean way. I just want to get those two stars. Period. When I'm stuck over a couple of days or I'm frustrated I completely stop sometimes instead of skipping a day or two.
It's about fun, isn't it? I should tell that myself from time to time.
## Languages
In 2018 and 2020 I used [Python](https://www.python.org/), while in 2019 I tried to learn [Ruby](https://www.ruby-lang.org/), but as I haven't used it since then, I forgot almost everything about Ruby I ever learned, although I quite liked it, to be fair.