You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, input is somewhat easily entered and parsed for 9 by 9 puzzles as vectors of strings, and the program interprets any character (including spaces) other than '1' through '9' as an empty cell, but takes advantage of cell entries being single-digit. Hence, parsing 16 by 16 and larger puzzles needs a different approach, such as requiring input to delimit entries with some designated character(s).
The text was updated successfully, but these errors were encountered:
pythagoraskitty
changed the title
Needs to parse input for 4 by 4 puzzles & beyond
Needs to parse input for 16 by 16 puzzles & beyond
Jun 25, 2017
Currently, input is somewhat easily entered and parsed for 9 by 9 puzzles as vectors of strings, and the program interprets any character (including spaces) other than '1' through '9' as an empty cell, but takes advantage of cell entries being single-digit. Hence, parsing 16 by 16 and larger puzzles needs a different approach, such as requiring input to delimit entries with some designated character(s).
The text was updated successfully, but these errors were encountered: