# Day 12: Passage Pathing
# Part 1
How many paths through this cave system are there that visit small caves at most once?
# Part 2
Big caves can be visited any number of times, a single small cave can be visited at most twice, and the remaining small caves can be visited at most once.
Given these new rules, how many paths through this cave system are there?
My Input
My Solution
Solution Code
README
Viewer