Skip to content

Java implementation of a Sudoku Solver which uses the backtracking algorithm.

License

Notifications You must be signed in to change notification settings

t0re199/SUDOKU_SOLVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a Java implementation of a Sudoku Solver which uses the backtracking algorithm.

Several Design Patterns such as:

  • Decorator
  • Composite
  • Builder
  • Abstract Factory
  • Singleton
  • Template Method
  • Proxy
  • Mediator
  • Observer

and others have been used.

A GUI has been provided.

Requirements

JDK >= 1.8 required.

UI Examples