Skip to content

hungrymonkey/vacuum-graph

Repository files navigation

vacuum-graph

Problem

We are given a room with debris and need to find the least possible moves until the room is clean.

Possible Moves include Left, Right, Up, Down, and Suck.

Solution

This problem uses various tree walks.

Solutions Used

  • A Star
  • Breath First Search
  • Iterative Deepening Search
  • Depth First Search

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages