Skip to content

card-board01/10-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10-puzzle

  • 10-puzzle solver

  • C++17 required

4_puzzle.cpp

10-puzzle solver using Reverse Polish Notation (RPN)

Todo ?

The full search for full binary tree should be automated (maybe using following recursive method)

rec.cpp

10-puzzle solver using recursive way.

This can also deal with 10-puzzle with more than 5 numbers easily.

Todo ?

+ - * / should be handled uniformly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages