Skip to content

npankaj365/sudoku-cruncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-cruncher

Sudoku Solver using Backtracking

This was submitted as the First Semester Project for Introduction to Programming using C.

The program has been tested on Windows-based as well as Linux-based Operating Systems. To test the application, follow the steps below:

  1. Set the EDITOR constant to the text editor in your system.
  2. Compile the source code. gcc sudoku_cruncher.c -o sudoku_cruncher
  3. Run the executable in either of the two ways 2.1 ./sudoku_cruncher if you want to directly into the editor 2.1.1 Input the Sudoku problem in a grid as is kept in 1.txt, 2.txt or 3.txt when a Text Editor window appears. 2.1.2. Save and Close the Text Editor Window. 2.2 ./sudoku_cruncher 1.txt where "1.txt" is the file you want to give as a sudoku problem
  4. Check the solution that appears in a new Text Editor window.

About

Sudoku Solver using Backtracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages