Module aoc::y22d15

source ·
Expand description

Advent of Code 2022 Day 15: https://adventofcode.com/2022/day/15

Part one of this challenge is not too hard, we just need to find how many places the beacon can’t be (for a single row). In part two, the challenge is kind of reversed where we need to find the only place that the beacon can be.

Functions§

  • The solution for part one of the day fifteen challenge.
  • The solution for part two of the day fifteen challenge.