package
0.0.0-20241217141415-9047960d484b
Repository: https://github.com/matthewchivers/advent-of-code.git
Documentation: pkg.go.dev

# README

Day 3: Rucksack Reorganization

Using puzzle from the website 2022/day/3.

Each rucksack has two compartments, but one item type is misplaced between them. The first task is to find the item type that appears in both compartments of each rucksack and calculate the sum of their priorities (e.g., 157 in the example). The second task is to identify the badge item type common across each three-Elf group's rucksacks and calculate the sum of their priorities (e.g., 70 in the example).