Function generate_puzzle

Source
pub fn generate_puzzle(
    n: usize,
    minimum_removals: usize,
    random: bool,
) -> Puzzle