pub fn part2(grid: &Grid<i32>) -> String
Incremental flood fill that removes one blocking byte at a time in descending order.