Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

kamil-sita/sudoku-solver-c

Repository files navigation

sudoku-solver-c

This repository contains a sudoku solver written in C with simple text user interface. Comments in source code are in polish, but the user interface is in english.

It contains two distinct algorithms for solving sudoku:

  • backtracking (brute-force)
  • pen and paper

Following command line arguments are supported:

  • 'u' - unique solution is required
  • 'n' - unique solution is not required
  • '0' - backtracking algorithm
  • '1' - classic algorithm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published