CMCristiana Maninblog.cristiana.tech·Dec 14, 2021 · 5 min readAdvent of Code 2021: Day 14This blog post is fourteenth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 14. This challenge was about optimizing an algorithm that generates exponentially larger and larger strings. I found ...00
CMCristiana Maninblog.cristiana.tech·Dec 13, 2021 · 5 min readAdvent of Code 2021: Day 13This blog post is thirteenth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 13. All solutions are in this GitHub repository. Solving Part One Given a list of x, y coordinates representing dots ...00
CMCristiana Maninblog.cristiana.tech·Dec 12, 2021 · 5 min readAdvent of Code 2021: Day 12This blog post is twelfth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described on Day 12. All solutions are in this GitHub repository. Solving Part One Given a set of connections between underground caves, ...00
CMCristiana Maninblog.cristiana.tech·Dec 11, 2021 · 5 min readAdvent of Code 2021: Day 11This blog post is eleventh in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 11. This day had many similarities to Day 9, and I solved the challenge using similar methods. All solutions are in thi...00
CMCristiana Maninblog.cristiana.tech·Dec 10, 2021 · 5 min readAdvent of Code 2021: Day 10This blog post is the tenth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 10. All solutions are in this GitHub repository. Solving Part One Given a set of lines with opening and closing bracke...00