Skip to content

Hitori puzzle solver using informed and local search algorithms

Notifications You must be signed in to change notification settings

nadirkhanlou/HitoriSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitoriSolver

Hitori puzzle solver using informed and local search algorithms

Search algorithms:

  • BFS
  • Greedy BFS (Best First Search)
  • A*
  • Steepest Ascent Hill Climbing
  • Stochastic Hill Climbing
  • Simulated Annealing

Releases

No releases published

Packages

No packages published

Languages