Advent of Code 2022, Day 5 - Part One
Preface Now that we have the following data structure from our previous post, we can start thinking about how we can execute the commands to fill up the stacks. The data structures our sanitizer ...
Preface Now that we have the following data structure from our previous post, we can start thinking about how we can execute the commands to fill up the stacks. The data structures our sanitizer ...
Preface The objective of the fifth day is available on the advent of code website, so it won’t be shared here. On this page only the steps of achieving a solution are given with a solution build i...
Preface In this part of the advent of code, we need to check if two ranges overlap at all. So we can take the code from our previous part and change a couple of lines. Because the assignment is a...
Preface Now that we have the following data structure from our previous post, we can start by thinking about the business logic to check how many clean up ranges are completely inside another clea...
Preface The objective of the fourth day is available on the advent of code website, so it won’t be shared here. On this page only the steps of achieving a solution are given with a solution build ...
Preface Now that we have the following data structure from our previous post, we can start by thinking about the business logic to retrieve the code that’s inside all the rucksacks. The data stru...
So the last couple of weeks I’ve been working out the advent of code of 2022 in Kotlin. The reason herefore can be found in the Advent of Code 2022 introduction. When working on day three, I came ...
Preface Now that we have the following data structure from our previous post, we can start by thinking about the business logic to retrieve the code that’s inside all the rucksacks. The data stru...
Preface The objective of the third day is available on the advent of code website, so it won’t be shared here. On this page only the steps of achieving a solution are given with a solution build i...
Preface Now that we have the following data structure from our previous post, we can start by implementing the business logic to calculate the outcome of each match. Before we can do that, we need...