Skip to content

This repository contains different algorithms to search for the goal state from the initial state in the slide bar puzzle problem

Notifications You must be signed in to change notification settings

Samaya07/Slide-bar-puzzle

Repository files navigation

Slide-bar-puzzle

This repository contains different algorithms to search for the goal state from the initial state in the slide bar puzzle problem. The algorithms are :

  1. Breath first search
  2. Depth first search
  3. Uniform cost search
  4. A* algorithm
  5. Recursive best first search

Releases

No releases published

Packages

No packages published

Languages