Skip to content

saileshmittal/Scadoku

Repository files navigation

Scadoku

Scala Sudoku Solver

My First ever...

  • This is my first ever Sudoku Solver.
  • This is my first ever Scala program.
  • This is my first ever functional-programming-language-anything.

Apply the constraints and when this fails, guess a possible value at a location, and loop again (using Depth First Search).

How to Run

The file input.txt contains the sudoku puzzle to be solved. The blanks are represented by 0, and each row is separated by a newline.

To run the program, you need to have scala installed on your system. Then run:

$ scala Scadoku.scala

About

Scala Sudoku Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages