Given a graph as an adjacency list and a starting vertex, return the order of vertices visited using **Breadth First Search**.
Visit neighbors level by level using a queue.
Interactive graph explorer available!
Switch to the Visualize tab to build a custom graph and animate BFS traversal to test your intuition.