Question: Which traversal method would you use to check if a graph is bipartite?
Options:
Correct Answer: BFS
Solution:
BFS is commonly used to check if a graph is bipartite by coloring the graph using two colors.