Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Before we dive in, I want to make it clear that this article isn’t a critique of Advent of Code...
Today Solution was slighty more complex than the previous day warranting a little more code, but...
Tomorrow is the first of December. It time for the advent calendars. in recent years there been...
Today’s Advent of Code 2024 challenge was an exciting brain workout! The puzzles continue to amaze me...
Mull it Over Today's challenge screamed Regex when I first saw it, mainly because whenever...
Day 16: Reindeer Maze Today's challenge was perfect timing for usage of Dijkstras...
Day 11: Plutonian Pebbles Solution can be found here Like many others I started with a...
Day 13: Claw Contraption (Maths, Maths, and more Maths). Link to Solution Today's Challenge was...
Todays challenge was quite simple: Part 1: To solve the problem we had to create 2 lists of...
When you're new to Node.js backend development, it’s easy to feel like you're building a house of...
Part 1 Part 1, I traverse the grid until hitting an obstacle, where I update the...
Wow, so... this post has blown up today. Welcome all you newcomers to the Adventures of Blink! ...
Day 7: Bridge Repair For this solution, I found the best way was using recursion. ...
It's that time of the year again! Advent of Code is my favorite coding challenge, and I enjoy talking...
Advent of Code - Day 12: Garden Groups Link to Solution Overview The...
TL;DR: If you want to take a look at the project itself, here's the GitHub repo Every year, we have...
Introduction Hello everyone, it’s that time of the year, Advent of Code, I will be solving...
Day 21 : Keypad conundrum GitHub Repo - Solution Today's challenge was difficult and it's...
Advent of Code Day 9: Disk Fragmenter Today's solution was only done in Python today, as...
Day 22: Monkey Market GitHub Repo Today's puzzle was quite enjoyable as it was fairly straight...
Today's challenge was validating a custom sort order based on a pre-defined set of rules. ...
In previous years, Advent of Code has had several problems dealing with items in a grid. After trying...
Day 19: Linen Layout GitHub Solution Today's challenge was a refreshing change from the...
Advent of Code Day 10: Hoof It Link to Solution This one (like many other it seems)...
Advent of Code is a fun way for programmers to test and improve their problem-solving skills. While...
題目 https://adventofcode.com/2024/day/2 ...
Introduction Moving on to day 4, we have a grid problem in front of us, we are given some...
🎁 🎶 It's beginging to look a lot like Christmas.... 🎶 🎄 Since 2020, when I first discovered Advent...
Day 4 - Ceres Search Today's challenge was a good old word search challenge. Part 1 was...
Advent of Code 2024 Day 4 Part 1 X marks the (hundreds of?)...