Expand description
§Reservoir Research
Starting from the spring, recursively works out the kind of each tile, memoizing values for efficiency. Tiles are one of 3 kinds:
SandIndicates a tile of unknown type.MovingFlowing water.StoppedEither clay tile or water that has settled.
This problem is similar to Year 2022 Day 14.
Structs§
Enums§
- Kind 🔒