Skip to content

simple command line app to solve sudoku problem.

License

Notifications You must be signed in to change notification settings

bhandarikdr/AutoSudoku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AutoSudoku

simple command line app to solve sudoku problem. 

========== ##Configuration and Installation

$ make 		      	    # to make the executable file ksudo
$ make deb		        # to create a debian installation package
$ sudo make install	  # to make debian installation package and install
$ make	clean	    	  # to remove all make
$ sudo make remove	  # to remove installed (ksudoku) package

##Usage Help

./ksudo --input            # input puzzle from stdin
./ksudo --auto             # auto generated puzzle with default level
./ksudo --auto lev	       # auto generated puzzle with level "lev"
./ksudo infile outfile     # puzzle from 'infile' and solved output on 'outfile'
./ksudo -h                 # display usage information

###Screenshoot

alt tag

About

simple command line app to solve sudoku problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published