Skip to content

Instantly share code, notes, and snippets.

@jezinka
Last active May 24, 2020 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/06c6952b7b97ea43f111303a1a086ad2 to your computer and use it in GitHub Desktop.
Save jezinka/06c6952b7b97ea43f111303a1a086ad2 to your computer and use it in GitHub Desktop.
boolean isResolved() {
return board.flatten().every { it != 0 } && isValid()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment