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...
Today’s Advent of Code 2024 challenge was an exciting brain workout! The puzzles continue to amaze me...
Tomorrow is the first of December. It time for the advent calendars. in recent years there been...
Day 16: Reindeer Maze Today's challenge was perfect timing for usage of Dijkstras...
Mull it Over Today's challenge screamed Regex when I first saw it, mainly because whenever...
Todays challenge was quite simple: Part 1: To solve the problem we had to create 2 lists of...
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...
Part 1 Part 1, I traverse the grid until hitting an obstacle, where I update the...
When you're new to Node.js backend development, it’s easy to feel like you're building a house of...
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. ...
Exception handling is essential for building robust, user-friendly APIs. With Spring Boot, you can...
It's that time of the year again! Advent of Code is my favorite coding challenge, and I enjoy talking...
Introduction Hello everyone, it’s that time of the year, Advent of Code, I will be solving...
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...
In previous years, Advent of Code has had several problems dealing with items in a grid. After trying...
Day 22: Monkey Market GitHub Repo Today's puzzle was quite enjoyable as it was fairly straight...
Day 19: Linen Layout GitHub Solution Today's challenge was a refreshing change from the...
Today's challenge was validating a custom sort order based on a pre-defined set of rules. ...
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...
Advent of Code Day 10: Hoof It Link to Solution This one (like many other it seems)...
Introduction Moving on to day 4, we have a grid problem in front of us, we are given some...
題目 https://adventofcode.com/2024/day/2 ...
Advent of Code is a fun way for programmers to test and improve their problem-solving skills. While...
Advent of Code 2024 Day 16 Part 1 A 'shortest path' that feels...
This year I’ve decided to complete the challenges in not just C# but also in Python. Mainly in order...