/Classical-Search-Algorithms

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

Primary LanguageJava

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