Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 675 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 675 Bytes

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.