Skip to content

A python program to simulate the working of an intelligent vacuum cleaner

Notifications You must be signed in to change notification settings

blossom2017/AI-Vacuum-Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AI-Vacuum-Cleaner

A python program to simulate the working of an intelligent vacuum cleaner. This program uses Turtle graphics to graphically depict the path of the vacuum cleaner.

-Techniques used-
1.Uninformed search-DFS(Modified to avoid repeated states)
2.Informed search-2 different heuristics have been used
-Driver program options-
1.Display room environment
2.Show vacuum cleaner path corresponding to DFS
3.Show vacuum cleaner path corresponding to Greedy algorithm
4.Comparative Analysis

About

A python program to simulate the working of an intelligent vacuum cleaner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages