Skip to content

ryanjustus/UninformedSearchDemo

Repository files navigation

UninformedSearchDemo

Example of solving 8 puzzle using the following uninformed search algorithms:

  • depth first
  • breadth first
  • iterative deepening
  • bi-directional
  • greedy
  • a-star

About

Example of solving 8 puzzle using a the search techniques depth first, breadth first, iterative deepening, bi-directional, greedy, and a-star searches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages