Skip to content
/ sudoku Public

implementation in C of generalised sudoku (solving up to 64*64 sized grids). This was part of my master course of programming where I learnt C for first time.

Notifications You must be signed in to change notification settings

hlouiso/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku (C)

A generalized Sudoku solver written in C. Built as part of my Master’s in Cryptology & Computer Security at the University of Bordeaux, it was also my first time learning C.

Features

  • Solves classic 9×9 and larger N×N boards (where N is a perfect square, e.g., 4, 9, 16, 25, 36, 64).
  • Reads a puzzle from via file redirection and prints the solved grid (all solutions or only one), or reports failure.
  • Can also generate solvable grids, with unique or multiple solutions.
  • Minimal dependencies: a C compiler and make.

Build

make
# optional cleanup
make clean

About

implementation in C of generalised sudoku (solving up to 64*64 sized grids). This was part of my master course of programming where I learnt C for first time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published