Question: In a graph, if all edges have the same weight, which algorithm can be used to find the shortest path?
Options:
Correct Answer: Breadth-First Search (BFS)
Solution:
When all edges have the same weight, Breadth-First Search (BFS) can be used to find the shortest path.