azax1 / Crossword

Java applet for doing crossword puzzles (requires manual input).
0 stars 0 forks source link

Life would be prettier if getClues() were just a table lookup #13

Open azax1 opened 6 years ago

azax1 commented 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.