Skip to content

Implementations of Graph and Tree search algorithms to find the path to the goal.

Notifications You must be signed in to change notification settings

ArmaghanSarvar/Classical-Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classical-Search-Algorithms

implementation of graph and tree search algorithms to find the path to the goal

in this project you can find below algorithms for solving the Romania Map problem(getting from Arad to Bucharest)-

source book: Artificial intelligence a modern approach - russell

  • BFS
  • Unlimited DFS
  • Depth Limited DFS
  • Iterative DFS
  • Uniform Cost search
  • Greedy Best First search
  • Astar

About

Implementations of Graph and Tree search algorithms to find the path to the goal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages