Question 10696 – Binary-Trees
May 15, 2024Question 9524 – Linked-List
May 15, 2024Question 8929 – Graphs-and-Tree
G is an undirected graph with vertex set { v1, v2, v3, v4, v5, v6, v7} and edge set {v1v2, v1v3, v1v4, v2v4, v2v5, v4v4, v4v5, v4v6, v5v6, v6v7}. A breadth first search of the graph is performed with v1 as the root node. Which of the following is a tree edge?
Correct Answer: B
v2v4
v1v4
v4v5
v3v4
