Sudoku Solver

One of my batch-mate Anirban Mitra developed an application program to solve a given SUDOKU problem, a number placement puzzle. I got fascinated and wished to implement my version in my way.

Features:

  • Can solve a Sudoku problem in fractions of a second
  • Provision to input the problem with a graphical user interface

Language Used: C

Individual Project