I realised that #adventofcode is fast approaching, so I had better publish my post about my #rstats and #rust solutions from last year already!
I had a WIP post with some comments but I haven't added commentary for *all* the days. I'd rather get this off my plate, though, so out it goes as-is.
https://jcarroll.com.au/2023/11/28/advent-of-code-2022/
I was quite happy with the few visualisations I did manage to make...
Advent of Code 2022
In the lead up to Christmas each year, Advent of Code offers a series of 25 puzzles which start out reasonably simple, but get progressively harder, eventually requiring knowledge of algorithms and dynamic programming techniques. Last year I solved these in (strictly) base R on the day they were released (or as close to as I could). I then (starting Dec 27) went back and re-solved (13 of) them in Rust. This post details what I learned along the way and some fun visualisations I made.
