Sudoko Solver

Description

A simple 9x9 Sudoko Solver written in the C programming language using no non-standard libraries while trying to implement suckless philosophy.

(For more on suckless, go to suckless on philisophy page.)


Download binary

Here is the binary for the file. More to come after updates. Download


Download source

Here is the source which includes icons, the mainsrc file and man pages/descriptions. Download




Softwares Used

SoftwaresUse Cases
GCC(GNU Compiler Collection)
https://gcc.gnu.org/
Compiler suite provided by GNU
Allows fast C code compilation and gives access to all standard libraries.
CodeBlocks
https://www.codeblocks.org/
Open-source IDE with endless features allowing users to not get harmfully immersed in code.
Notepad++
https://notepad-plus-plus.org
Windows OS only text editor based on Scintilla for the fastest code loading time.
ViM(Vi Improved)
https://www.vim.org/
Terminal based editor for fast file loading and extensive features through plugin support.
Emacs
https://www.gnu.org/software/emacs/
Highly extensible text editor for best filetype detection and swift code editing.
Blue Fish Editor
http://bluefish.openoffice.nl/index.html
A fast and simple GUI focused HTML editor and CSS builder. Editor knows no HTML.
NSIS(Nullsoft Scriptable Install System)
https://nsis.sourceforge.io/Main_Page
A software to create Windows installer executables.