Skip to content

This repository is mirrored from gitlab. The pipeline runs tests and final programs based on git changes.

Notifications You must be signed in to change notification settings

sbmf21/advent-of-code

Repository files navigation

Hi! And welcome to my advent of code project! Here you can find all my solutions for the AOC puzzles.

I use advent of code to compete with coworkers and friends, to see which one of use can produce the most efficient or the most pretty looking code, but also to learn new languages!

Feel free to take a look around and judge my code 😈

Projects

All subprojects in this repository.
2023 2022 2021 2020 2016 2015
Day Kotlin Kotlin Kotlin Kotlin Lua Kotlin Java
1 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
2 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
3 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
4 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
5 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
6 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
7 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
8 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
9 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
10 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
11 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
12 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
13 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
14 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
15 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
16 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
17 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
18 ⭐⭐ ⭐⭐ ⭐⭐ ⭐⭐
19 ⭐⭐ ⭐⭐
20 ⭐⭐ ⭐⭐
21 ⭐⭐ ⭐⭐
22 ⭐⭐ ⭐⭐
23 ⭐⭐ ⭐⭐
24 ⭐⭐ ⭐⭐
25 ⭐⭐ ⭐⭐

Made in Kotlin. Used to find day classes and load input files for Java/Kotlin projects. Also used to run simulations.

Made in Kotlin. Primarily used to build day instances with data and run test assertions.