Question 10696 – Binary-Trees
May 15, 2024
Question 9524 – Linked-List
May 15, 2024
Question 10696 – Binary-Trees
May 15, 2024
Question 9524 – Linked-List
May 15, 2024

Question 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

A
v2v4
B
v1v4
C
v4v5
D
v3v4

Leave a Reply

Your email address will not be published. Required fields are marked *