Problem- There is a problem in my operating systems class where my partner and I have to create a sodoku validator using C++. It must also be multithreaded.
We are trying to use 27 threads. One to check each row, column, and box to see if each has the numbers 1-9 without any repeats or any numbers missing.
If I could get some help with this, that would be great.