Skip to content

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

License

Notifications You must be signed in to change notification settings

SameetAsadullah/Validate-Sudoku-Using-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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
    

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages