Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages