Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created October 16, 2018 07:35
Embed
What would you like to do?
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