-
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?
-
Which type of graph is suitable for BFS traversal?
-
What is the first step in BFS traversal?