Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages