...
Question 5526 – UGC NET CS 2011 June-Paper-2
November 27, 2023
Question 4883 – UGC NET CS 2018-DEC Paper-2
November 27, 2023
Question 5526 – UGC NET CS 2011 June-Paper-2
November 27, 2023
Question 4883 – UGC NET CS 2018-DEC Paper-2
November 27, 2023

Question 10701 – Data-Structures

A binary tree with n > 1 nodes has n1, n2 and n3 nodes of degree one, two and three respectively. The degree of a node is defined as the number of its neighbors.
Starting with the above tree, while there remains a node v of degree two in the tree, add an edge between the two neighbors of v and then remove v from the tree. How many edges will remain at the end of the process?

Correct Answer: A

Question 191 Explanation: 

n1 = 3
n3 = 1
So, option (A) satisfies.
A
2 * n1 – 3
B
n2 + 2 * n1 – 2
C
n3 – n2
D
n2 + n1 – 2
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!