1
1
Fork 0
Solutions to Advent of Code in various languages.
  • Java 53.5%
  • SQL 15.4%
  • Scala 9.1%
  • Groovy 4.3%
  • Rust 3.8%
  • Other 13.9%
Find a file
2024-12-10 16:39:43 +01:00
2015 Add 2015 day 4 in Kotlin. 2021-02-03 21:01:45 +01:00
2016 Add subfolders. 2020-12-11 21:07:06 +01:00
2017 Fix invalid catch all. 2020-02-16 19:16:22 +01:00
2018/day02/typescript Remove half ready 2018/23 2020-02-23 17:48:30 +01:00
2019 Add day 14, Java. 2021-01-28 18:12:23 +01:00
2020 Simplify. 2021-01-31 15:54:42 +01:00
2021/day01 Use total number of record per file. 2021-12-01 23:08:29 +01:00
2022/day01/sql Add 2022 day 1 in SQL. 2023-12-08 08:17:51 +01:00
2023 Adapt solutions to current DuckDB. 2024-12-02 22:24:38 +01:00
2024 2024, Day 10 2024-12-10 16:39:43 +01:00
.gitattributes Add linquist settings. 2023-12-01 20:01:26 +01:00
.gitignore Create solution for 2018 day 2 in Typescript. 2020-02-22 22:59:10 +01:00
LICENSE-2.0.txt Create AOC repository. 2019-12-04 20:46:20 +01:00
README.adoc Create AOC repository. 2019-12-04 20:46:20 +01:00

Advent of Code

As always, I’m late to the party and when I arrive, I cannot get enough.

In late 2019, my friend Ralf asked me whether I want to participate both in Advent of Code and on his community site aoc2019. My short answer was "No" due to time constraints and being focussed on other things in 2019 than extracurricular programming.

But than this happened and it hit me real good.

I contributed all examples and accompanying READMEs for 2019 originally on Ralf’s site. Please check it out, it’s an outstanding community effort for Ralf.

My personal goal: Have some fun doing programming in various languages, learn and teach something new.

The folders are sorted by year, day and language.

This project here is licensed as a whole under Apache License 2.0 (in contrast Ralf’s community site which is MIT).