Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created October 16, 2018 07:35
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/477939188cb4086133232a1862662831 to your computer and use it in GitHub Desktop.
Save jezinka/477939188cb4086133232a1862662831 to your computer and use it in GitHub Desktop.
class Cell {
Integer value
List<Integer> candidates
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment