Dr. Mark Humphrys

School of Computing. Dublin City University.

Online coding site: Ancient Brain

coders   JavaScript worlds

Search:

Free AI exercises


Breadth-first search (graphical) on Ancient Brain

Here is a program doing a graphical version of Breadth-first search.
Each run has a random graph and a random start node and goal node. (Reload for another one.)
The program uses Breadth-first search to find a path to the goal.
The graphic display uses a Force-directed graph.
  


Click to run World: Breadth-first search at Ancient Brain.