-
What is the primary purpose of Breadth-First Search (BFS)?
-
Which data structure is commonly used to implement BFS?
-
What is the time complexity of BFS for a graph with V vertices and E edges?
-
In BFS, how are vertices visited?
-
What type of graph can BFS be applied to?