The maximum height of a binary tree of n nodes is ______.
a) n
b) n / 2
c) (n / 2 ) – 2
d) log2(n + 1)
a.
Computer Science & Information Technology
You might also like to view...
The process of checking input for errors before it is processed is called ____________.
a. parsing b. input validation c. pre-rendering d. data authentication
Computer Science & Information Technology
State whether the following are true or false. If false, explain why.
a) Two pointers that point to different arrays cannot be compared meaningfully. b) Because the name of an array is a pointer to the first element of the array, array names can be manipulated in precisely the same manner as pointers.
Computer Science & Information Technology