mdrayer.github.io

Day 12: Passage Pathing

See problem at adventofcode.com.

Part One: How many paths through this cave system are there that visit small caves at most once?

There are XXXXX paths.

Part Two: Given these new rules, how many paths through this cave system are there?

There are XXXXXXX paths.

View the code.

← Back