Skip to content

VirkSaab/ai_uninformed_search_algorithms_interactive_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence Uninformed Search Algorithms (Interactive Web App)

This repo contains the code of interactive web app of AI uninformed search algorithms.

Github Gist Github Gist

Interface

Overview: An interactive web app that demonstrates the working of four uninformed problem-solving algorithms: breadth first search, depth first search, depth limitedsearch, and iterative deepening depth first search. The examplestate space is the simplified map of Romania, a southeastern European country. Each node in the state space represents a cityof Romania. The web app also provides run-time resources stats such as number of nodes in the queue, path elements, path cost. The purpose of this demonstration is to visualize the working of uninformed problem-solving algorithms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published