Advent of Code 2022, Day 2 - Part One
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...
Over the next couple of weeks I’ll be posting about the Advent of Code 2022 solutions. For each day I’ll create three posts, a post about the data sanitation. And of course for both parts a seperat...