Skip to content

Commit

Permalink
Add logging statement to DLX
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 2, 2024
1 parent 2800bbb commit e184575
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ open class DLX(
private suspend fun search(k: Int) {
if (root.right === root) {
numberOfSolutions++

println(trysolution)

return
}

Expand Down

0 comments on commit e184575

Please sign in to comment.