Search Algorithms: France

The necessity of a good search algorithm is evident in Artificial Intelligence programming. Thus, many search algorithms have been developed over the years since the birth of AI. In this program, we present to you three different search algorithms for finding the best path from one city to another: Best First Search (BFS), Astar Algorithm (A*STAR), and a search that we created: the AIRsearch (AIR).

  • To switch search algorithms, click on the lower left hand box.
  • To start a search, click on a starting city and then an ending city. Once you have done this, the search automatically begins.
  • To start again, click on the lower right hand box labeled "RESET."

Follow these links to watch the same algorithms search for paths through Germany or Spain.

To learn more about search algorithms, click here.





Table of Contents
The Artificial Intelligence Resource



Search Algorithms: France

The necessity of a good search algorithm is evident in Artificial Intelligence programming. Thus, many search algorithms have been developed over the years since the birth of AI. In this program, we present to you three different search algorithms for finding the best path from one city to another: Best First Search (BFS), Astar Algorithm (A*STAR), and a search that we created: the AIRsearch (AIR).

  • To switch search algorithms, click on the lower left hand box.
  • To start a search, click on a starting city and then an ending city. Once you have done this, the search automatically begins.
  • To start again, click on the lower right hand box labeled "RESET."

Follow these links to watch the same algorithms search for paths through Germany or Spain.

To learn more about search algorithms, click here.





Table of Contents