aoc
2024.12.25
In aoc::
year2017::
day14
aoc
::
year2017
::
day14
Function
dfs
Copy item path
Source
fn dfs(grid: &mut [
bool
], index:
usize
)
Expand description
Flood fill that explores the connected squares in the grid.