Function aoc::year2017::day14::dfs

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

Flood fill that explores the connected squares in the grid.