Home  |  About  |  RSS antonfagerberg.com

Advent of Code 2023

06 Dec 2023

This year I had planned on using OCaml. It looked really nice when reading the docs and I used it for some old problems, but it was just a bit too tedious to do certain things (just printing a list of strings nested in another list required some work - unless I added a third-party “deriving” tool). That and the workflow of building / running / debugging was just too much for me this year.

Instead, I decided to join the friendly competition at work (private leaderboard), so I’ll try to do as many as I have time for using Java instead. Focus will be on refreshing my knowledge on algorithms instead of learning a new language.

Advent of Code 2023 on GitHub

Previous years