Skip to content

Implement 2 versions of parallel brute force to solve Sudoku with C++ threads (using work stealing) and Fastflow.

Notifications You must be signed in to change notification settings

giangpth/Brute-force-Sudoku-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brute-force-Sudoku-parallel

Implement 2 versions of brute force Sudoku parallel with C++ threads (with work stealing) and Fastflow.

About

Implement 2 versions of parallel brute force to solve Sudoku with C++ threads (using work stealing) and Fastflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages