Skip to content

VindhyaP312/Synchronisation-Algorithms

Repository files navigation

Sudoku Validator (Dynamic Multithreading)

This program validates whether a given N×N Sudoku is correctly solved using dynamic multithreaded allocation in C++. Each thread dynamically picks validation tasks (rows, columns, or sub grids) using a shared counter C, incremented safely using one of the mutual exclusion mechanisms: TAS, CAS, or Bounded CAS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages