Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs to parse input for 16 by 16 puzzles & beyond #3

Open
pythagoraskitty opened this issue Jun 25, 2017 · 0 comments
Open

Needs to parse input for 16 by 16 puzzles & beyond #3

pythagoraskitty opened this issue Jun 25, 2017 · 0 comments

Comments

@pythagoraskitty
Copy link
Owner

pythagoraskitty commented 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).

@pythagoraskitty 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant