The minimum height of a binary tree of n nodes is ______.
a) n
b) n / 2
c) (n / 2 ) – 2
d) log2(n + 1)
d.
Computer Science & Information Technology
You might also like to view...
Which of the following is an example of disk duplexing or disk mirroring?
A. RAID 0 B. RAID 1 C. RAID 3 D. RAID 5
Computer Science & Information Technology
What tool does Java provide to compare the relationship between the variables being tested in conditional statements?
A. byte analysis B. logical operators C. relational operators D. static methods
Computer Science & Information Technology