-
Notifications
You must be signed in to change notification settings - Fork 0
Sudoku Generator and solver
License
ynad/sudoku
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sudoku Generator and solver
===========================
Version:
--------
14 (2018-03-02)
TODO:
- new printing method
BUGS:
- handling of wrong input
Description:
------------
Sudoku generator and solver, educational project.
Installation:
-------------
Linux:
System requirements: build-essential ('make' and 'gcc').
- Compile:
`make`
- Compile and install:
`make install`
- Compile and install in DEBUG mode:
`make debug`
- Remove only objects:
`make clean`
- Uninstall:
`make uninstall`
Windows:
Compile sources under "src\" with any software you prefer, then run from Windows CMD.
It's mandatory to compile with the define "_FILE_OFFSET_BITS=64" in compiler settings!
License:
--------
GPLv2, see LICENSE.md
Author:
-------
ynad (github.com/ynad/)
About
Sudoku Generator and solver
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published