Skip to content

Solved the "Chicken and Wolves" puzzle using uninformed breath-first search, depth-first search, iterative deepening depth first search and A-star search

Notifications You must be signed in to change notification settings

Arthurhiew/AI-Search-Algorithms

Repository files navigation

AI-Search-Algorithms

Solved the "Chicken and Wolves" puzzle using:

  1. uninformed breath-first search
  2. uninformed depth-first search
  3. uninformed iterative deepening depth first
  4. uninformed A-Star search.

To run:

python chicken.py {Start State File} {Goal State File} {Mode} {Output File}

Modes: bfs: bread-first search dfs: depth-first search iddfs: Iterative deepening depth first search astar: A-Star Search

About

Solved the "Chicken and Wolves" puzzle using uninformed breath-first search, depth-first search, iterative deepening depth first search and A-star search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages