This repository contains different algorithms to search for the goal state from the initial state in the slide bar puzzle problem. The algorithms are :
- Breath first search
- Depth first search
- Uniform cost search
- A* algorithm
- Recursive best first search