Breadth-First Search Part 1
Coding Challenge #68.1
In this two part challenge, I cover the Breadth-First Search algorithm is and implement it in JavaScript. My demo application is “6 Degrees of Kevin Bacon” (finding the closest relationship between Kevin Bacon and another actor).
Community Contributions
- BFS Kevin Bacon in ruby by Jaxen Wood (Source Code)
- BFS Kevin Bacon in python by Abhay singh (Source Code)
- BFS Visualization in p5 JS by Jigyasu Prakash (Source Code)
- BFS Visualization using React and SVG by Subesh Bhandari (Source Code)
You can also add your own version! (See how)