Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 766 Bytes

03-the-scala2-application.md

File metadata and controls

32 lines (21 loc) · 766 Bytes

­

­

­

­

THE SCALA 2/AKKA TYPED BASED SUDOKU SOLVER


The Reference Scala 2 Application

­

  • A Scala 2/Akka Typed based Sudoku Solver
  • Actor based - mimics how one manually solves a Sudoku

Sudoku problem decomposition


The Reference Scala 2 Application

The Cast (composed of 30 actors)

Sudoku solver implementation


The Reference Scala 2 Application

­

  • Let's have a look at the code!