DATA STRUCTURE Programming and Technical Programming Technical

Consider a Binary tree having two pointer for its each children. These pointer are set to NULL if the corresponding child is empty . How many NULL pointer does a Binary Tree with N nodes have ? options are N,n+1,n-1,depend on the shape of the tree

Read Solution (Total 2)

DATA STRUCTURE Other Question

Which of the following traversal is used for printing the keys of Binary search tree in ascending order?
[1]post-order traversal
[2]pre-order traversal
[3]in-order traversal
[4]None of the above
A linked list is of a length specified in its declaration. True or False ?