BFS Visualizer

Soruce Code

Visualizing Breadth First Search Algorithm which is an algorithm that traverses or searches tree data structures and graphs. The algorithm starts by starts traversing the graph from a specified source vertex and explores all the vertices at the current level before moving on to the next level.

Screenshots: