Articles in this series
The Advent of Code is an Advent calendar with programming challenges. It is a wonderful way to keep your skills sharp, learn a new programming language, prepare for interviews, or have something to look forward to each day leading up to Christmas. Th...
This blog post is second in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 2: Dive!. All solutions are in this GitHub repository. Solving Part One The goal is to find the horizontal position and d...
This blog post is third in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 3. All solutions are in this GitHub repository. Solving Part One The input file consists of binary numbers on separate lin...
This blog post is fourth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 4. The stories never stop surprising me. This one, in particular, is about playing bingo with a giant squid! Consider me ...
This blog post is fifth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 5. The challenges were about finding overlapping points given a set of lines. All solutions are in this GitHub repository....
This blog post is sixth in the Advent of Code 2021 series and shows a JavaScript-based solution to the problem described in Day 6. The challenge was creating and optimizing an algorithm for calculating the lanternfish population after a number of day...