Advent of Code 2022, Day 3 - Part Two
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 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...
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...
Preface The objective of the second 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 start implementing the business logic to retrieve the three highest combined number of calories and add them toghet...
Preface Now that we have the following data structure from our previous post, we start implementing the business logic to retrieve the highest combined number of calories. [ [ 1000, 2000, 3000 ...
Preface The objective of the first 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...