8 Puzzle Solver
This app solves 8 Puzzle Problem, by doing manually or you can solve it by AI.
Algorithms
- Depth-First-Search
- Breadth-First-Search
- A Star
- Hill Climbing
Novelty
- Algorithms are running onto a Cloud (here Azure)
Azure
- Created Function App on Azure where all Algorithms are deployed.
- By using Function Code, App communicates with the Azure.