DSAverse
Graph Algorithms
Loading Graph Algorithms...
BFS Traversal
visited: 0 / 7Initializing Sorting Algorithms...
Sorting
Trees
Graphs
Preparing interactive visualizations...
Graph Algorithms
Loading Graph Algorithms...
BFS Traversal
visited: 0 / 7Watch BFS explore the graph level by level, discovering all nodes reachable from the start before going deeper.
O(V + E)O(V)Question 1 of 3
What data structure does BFS use to track nodes to visit?