80) Consider the following nested representation of binary trees indicates y and z are the left right subtrees, respectively, of node x. Note that y and z may be NULL or further nested. Which of the following represents a valid binary tree ?
Answer is:
(1(234)(567)
Related Data structures and Algorithms MCQ with Answers
Answer is:
Disk access is much slower than memory Access
Answer is:
A full binary tree with n non-leaf nodes contains 2n + 1 nodes
Answer is:
A full binary tree with n leaves contains 2n - 1 nodes
Answer is: