-
10-puzzle solver
-
C++17 required
10-puzzle solver using Reverse Polish Notation (RPN)
The full search for full binary tree should be automated (maybe using following recursive method)
10-puzzle solver using recursive way.
This can also deal with 10-puzzle with more than 5 numbers easily.
+ - * /
should be handled uniformly