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