Skip to content

kanhaiya38/Csudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUDOKU (DSA Project)

MIS : 111803162 Name : Kanhaiya Balaji Madaswar

4 x 4, 9 x 9, 16 x 16, 25 x 25 Sudoku Generator and Sudoku Solver.

Sudoku Solver can solve up to 25 x 25 Sudoku.
Input can be given from file or can be given as input.
Solve a Sudoku option can be used in start menu to get a Sudoku solved.
It solves Sudoku by backtracking.\

Sudoku Generator can generate up to 25 x 25 Sudoku in no time.
Sudoku generator can be selected to get a Sudoku to solve.
Input can be given in the form {row number}{col number}{number}.
It can provide hints, undo or redo a move. The following commands can be used:

  • save - to start new game.
    
  • undo - to undo a move.
    
  • redo - to redo a move.
    
  • hint - to get hint.
    
  • clear - to clear all blocks.
    
  • solve - to solve partially solved Sudoku
    
  • new - to start new game
    
  • quit - to quit
    

About

A fun sudoku for the terminal written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors