Skip to content

Project is done as a part of Software development course on Faculty of Mathematics, Bachelor studies

Notifications You must be signed in to change notification settings

ivonamilutinovic/SudokuSolver

Repository files navigation

RS021-sudoku-solver

The application solves sudoku which is given as an image in .bmp format.

The project consists of the following parts:

  • GUI which takes sudoku image and shows the solution or notification that solution does not exist
  • Part which turns image to black-white image in order to relieve number recognition (function readImage)
  • Part for sudoku table and number recognization which writes appropriate numbers to appropriate fields
  • Part for solving sudoku (sudoku.cpp)

The algorithm for Ojler's number was taken from [link].

Developers

About

Project is done as a part of Software development course on Faculty of Mathematics, Bachelor studies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published