43 votes
6 answers
82
A binary tree $T$ has $n$ leaf nodes. The number of nodes of degree $2$ in $T$ is$\log_2 n$$n-1$$n$$2^n$
31 votes
6 answers
84
The Breadth First Search algorithm has been implemented using the queue data structure. One possible order of visiting the nodes of the following graph is:$\text{MNOPQR}$...
75 votes
8 answers
85
85 votes
18 answers
88
5 votes
2 answers
90
83 votes
13 answers
92
113 votes
9 answers
95
Let $G$ be a complete undirected graph on $6$ vertices. If vertices of $G$ are labeled, then the number of distinct cycles of length $4$ in $G$ is equal to$15$$30$$90$$36...
5 votes
1 answer
96
4 votes
2 answers
99
78 votes
12 answers
100