380 views
0 votes
0 votes
  1. Total number of nodes in tree
  2. number of leaves
  3. The number of edges in the longest path from root to leaf in T
  4. The number of nodes in the longest path from root to leaf in T

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
himgta asked Jan 23, 2019
830 views
Let S be a binary semaphore variable and value of S = 0 what will be the value of S when followingoperations are executed on semaphore S ________. ...
0 votes
0 votes
0 answers
2
himgta asked Dec 27, 2018
423 views
Which of the following relation can be decomposed into BCNF with dependency preserving and lossless join decomposition?(i) R(ABCDEFG) {AB → C, BC → A, AC → B, B →...
0 votes
0 votes
1 answer
3
0 votes
0 votes
0 answers
4
Sanjay Sharma asked Apr 25, 2018
6,024 views
Q Suppose T1(N) = O (f (N)) and T2(N) = O (f (N)).Which of the following statements are true in general? (a) T1(N) + T2(N) = O (f (n)) (b) T1(N) − T2(N) = o (f (n)) (c...