Skip to content

Instantly share code, notes, and snippets.

@void-hoge
Created June 27, 2017 12:26
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 void-hoge/ad2bd76ffad82600f3bf0c2f71de7044 to your computer and use it in GitHub Desktop.
Save void-hoge/ad2bd76ffad82600f3bf0c2f71de7044 to your computer and use it in GitHub Desktop.
bool Board::isFinish(){
return (~(OR(confirmedCells)) == 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment