-
-
Notifications
You must be signed in to change notification settings - Fork 5
Day 16: Proboscidea Volcanium #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Each minute you can either move to another valve (down a tunnel) or open the valve you are at. Flow rate is in pressure per minute, so if you open a flow rate 13 valve with 28 minutes left the total pressure you will get from it will be 28 * 13 = 364 The answer for the example is 1651. |
Can probably do this with a depth first search of the different paths I could take. |
Fed this to ChatGPT:
Got back:
|
https://adventofcode.com/2022/day/16
The text was updated successfully, but these errors were encountered: