Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 928 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 928 Bytes

AoC2022

== Advent of Code 2022 ==

Written in awk

Task Solution Comments
Day 01 01-calorie-counting How many calories are carried by the top elf/elves?
Day 02 02-rock-paper-scissors Evaluating rock paper scissors strategies
Day 03 03-rucksack-reorganisation Finding characters in common between strings
Day 04 04-camp-cleanup Determining whether, and to what extent, ranges overlap
Day 05 05-supply-stacks Stack manipulation
Day 06 06-tuning-trouble Find a run of unique characters
Day 07 07-no-space-left-on-device Parse output of cd and ls into a directory tree and find files of a certain size.