Ad
  • Custom User Avatar

    ... if isinstance(self.listgrid[0][0], bool): return False ...

    Do I understand correctly that this line exists only to counter the specific check, where we are given a board [[True]]?

    If so then this algorythm is not general enough. It will fail to validate a board where boolean value comes on any other position than [0][0].

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution