• Stars
    star
    1
  • Language
    C++
  • Created over 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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