Open azax1 opened 6 years ago
The getClues() method takes a square as input and computes which clues cross that square. I guess it would be a little nicer to precompute all the getClues() calls during the parsing / puzzle construction stage and just do a table lookup later.
The getClues() method takes a square as input and computes which clues cross that square. I guess it would be a little nicer to precompute all the getClues() calls during the parsing / puzzle construction stage and just do a table lookup later.