Question: What does BFS stand for in graph traversal?
Options:
Correct Answer: Breadth First Search
Solution:
BFS stands for Breadth First Search, which is an algorithm for traversing or searching tree or graph data structures.