Skip to content

GlassToeStudio/AdventOfCode_2022

Repository files navigation

Day 1: Calorie Counting

The Elves take turns writing down the number of Calories contained by the various meals, snacks, rations, etc. that they've brought with them, one item per line. Each Elf separates their own inventory from the previous Elf's inventory (if any) by a blank line.

1000
2000
3000

4000

5000
6000

7000
8000
9000

10000

Part 1:

Find the Elf carrying the most Calories. How many total Calories is that Elf carrying?

Part 2:

Find the top three Elves carrying the most Calories. How many Calories are those Elves carrying in total?

Day 2: Rock Paper Scissors

Overall description


Part 1:

Part 1 description

Part 2:

Part 2 description

Day 3: Rucksack Reorganization

Overall description


Part 1:

Part 1 description

Part 2:

Part 2 description

Day 4: Camp Cleanup

Overall description


Part 1:

Part 1 description

Part 2:

Part 2 description

Day 5: Supply Stacks

Overall description


Part 1:

Part 1 description

Part 2:

Part 2 description

Day 6: Tuning Trouble

Overall description


Part 1:

Part 1 description

Part 2:

Part 2 description

Day 7: No Space Left On Device

Overall description


Part 1:

Part 1 description

Part 2:

Part 2 description

About

Advent of Code 2022 solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages