Advent of code 2024 - Day 2: Red-Nosed Reports
2024-12-10
Table of Contents
I try to solve this year’s Advent of Code 2024 riddles in R. This is Day 2 - see https:adventofcode.com/2024/day/2
Part 1: Safe reports #
Lets first read the task:
The unusual data (your puzzle input) consists of many reports, one report per line. Each report is a list of numbers called levels that are separated by spaces. For example:
...Advent of code 2024 - Day 1: Historian Hysteria
2024-12-07Table of ContentsI try to solve this year’s Advent of Code 2024 riddles in R. This is Day 1 - see https:adventofcode.com/2024/day/1
Part 1: Locations #
Lets first read the task:
Throughout the Chief’s office, the historically significant locations are listed not by name but by a unique number called the location ID. To make sure they don’t miss anything, The Historians split into two groups, each searching the office and trying to create their own complete list of location IDs.
...