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...
Advent of Code 2022, Day 2 - Part One
Advent of Code 2022, Day 2 - Sanitizer
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 ...
Advent of Code 2022, Day 1 - Part Two
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...
Advent of Code 2022, Day 1 - Part One
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 ...
Advent of Code 2022, Day 1 - Sanitizer
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...
Introduction to Advent of Code 2022
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...