/Sudoku-Solver

A multi-threaded C++ program to sovle sudoku.

Primary LanguageC++

Logo

Sudoku Solver
(1397)

Operating System Project

📗 Table of Contents
  1. About The Project
  2. How it Works

🔰 About The Project

This is a simple c++ program for solving sudoku using multi-threaded programming. This project is written for Operating System course.

(back to top)

⚡ How It Works

  • this code must be run in linux operating system
g++ -std=c++11 -pthread main.cpp -o output
# Running
./output
  • add your sudoku in sudoku.txt
  • run and you'll see your sudoku is sloved!!

(back to top)

Author