Skip to content

johnnyawesome/BreadthFirstSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Breadth First Search

The Breadth First Search Algorithm, written in P5JS!

Breadth First Search

Breadth First Search is an Algorithm that finds the path with the fewest hops (passing the fewest number of Nodes) in an unweighted Graph.

This Project generates random Graphs and chooses a Start-Node and an End-Node, and uses the Breadth First Search Algorithm to find the shortest Path between those two points.