aoc::year2017::day14

Function dfs

Source
fn dfs(grid: &mut [bool], index: usize)
Expand description

Flood fill that explores the connected squares in the grid.