Skip to content

Lothav/8-Puzzle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ 8-Puzzle solver

  • No-information search:

    • BFS (Breadth-First Search)
    • Iterative Deepening Search
    • Uniform-Cost Search
  • Information search:

    • A* search
    • Greedy Best-First Search
  • Local search:

    • Hill Climbing (with lateral movements)

About

8 puzzle solver using multiple AI algorithms - C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors