Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Line 67 is == instead of != #17

Closed
Teachh opened this issue Oct 13, 2019 · 1 comment
Closed

Line 67 is == instead of != #17

Teachh opened this issue Oct 13, 2019 · 1 comment

Comments

@Teachh
Copy link

Teachh commented Oct 13, 2019

// Skip non-empty entries. They already have a value in them.
  if (board[row][col] == EMPTY_ENTRY) {
    return solveSudokuCell(row, col + 1, board);
  }
@bephrem1
Copy link
Owner

I think this is resolved?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants