Skip to content

This is a python implementation of BFS and DFS search algorithms

License

Notifications You must be signed in to change notification settings

Dec1pher445/AI-search-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AI search algorithms

This is a python3 implementation of BFS and DFS search algorithms

The problem

The problem that the algorithms are tasked to solve is a simple parking managment problem. The logic is that there are parking slots that are empty, parking slots that are full and waiting cars to get parked. The movement of the cars is done by a platoform which can be located at one potision and move one car at a time. Using bfs and dfs algorithms we can determine which is the sortest and most effecient way to park all the cars in the available parking slots.

#Usage python3 search_algorithm_front_queue.py and then write the search method in full as it is displayed

About

This is a python implementation of BFS and DFS search algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages