1
1
Fork
You've already forked aoc
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%
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).