Skip to content

A parallelised Sudoku solver written in Scala in an attempt to get familiar with the AKKA framework.

Notifications You must be signed in to change notification settings

atomberg/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

Two Sudoku solvers written in Scala: one uses simple backtracking to find a solution; the other parallelises the search using the AKKA framework.

Usage:

  • scala Solver [filename] (if no filename is given, the puzzle is read from stdin), or
  • scala PSolver [filename] (for the parallelised version)

About

A parallelised Sudoku solver written in Scala in an attempt to get familiar with the AKKA framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages