posts tagged:

{ algorithms }


Algorithmic Puzzles: A Man, a Boat, and an Ill-Ad...

October 30, 2023

I hate algorithms. I love puzzles, but somehow when l combine logic puzzles with JavaScript (especially in the context o...

Algorithmic Puzzles: Getting Dressed in the Dark

November 4, 2023

I am headed back from Scotland today, currently sitting in the Frankfurt Airport after having woken up at 3am to catch m...

Advent of Code 2023 in JavaScript with Test Driven...

December 2, 2023

’Tis the season for some coding. I’m giving Advent of Code a try this year and solving coding challenges in JavaScript. ...

Advent of Code 2023 in JavaScript with Test Driven...

December 3, 2023

Day 2 of Advent of Code and I got to play a game with an elf, use a new (to me) matcher in Jest, and practice some pseud...

Advent of Code 2023 in JavaScript: Day 3

December 14, 2023

Day 3 was a tough one for me. My Advent of Code JavaScript solution today is a brute force approach, but it does get the...

Advent of Code 2023 in JavaScript: Day 4, Part 1

December 14, 2023

Today started out strong and then fell apart. For Day 4 of Advent of Code in JavaScript, I have tests and a solution for...

Advent of Code 2023 in JavaScript: Day 4, Part 2

December 14, 2023

Yesterday, I solved Part 1 of Advent of Code Day 4 in JavaScript, but the need for sleep won out before I could puzzle o...

Advent of Code 2023 in JavaScript: Day 5, Part 1

December 14, 2023

Day 5 was 87% understanding what the problem was asking and 13% solving. Then it was apparently 92% waiting for code to ...