Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 370 Bytes

File metadata and controls

15 lines (12 loc) · 370 Bytes

Validate Sudoku Using Threads

Description

C++ Program to check whether the given sudoku puzzle is Valid or not. It uses threads, joins, and semaphores to do that.

Manual

  1. Use the following command to Compile the Code:

    g++ main.cpp
    
  2. Use the following command to Run the Code:

    ./a.out