the-other-mariana / sudoku-verifier

Small program in c that verifies whether a given 9x9 sudoku is solved or not, using 27 threads (each for a sudoku line/block to be checked), and joins them at the end to return True/False.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the-other-mariana/sudoku-verifier Stargazers