[][src]Function reachability_solver::etch::initial

pub fn initial(a: &[[usize; 2]], b: &mut Vec<[usize; 2]>)

Etches away initial nodes.

The first argument should be the solved maze. The second argument should be the original maze.