Answer Posted / sri
A binary tree is a tree which is either empty or each node
has at-most two children
The root node is the parent of all the nodes
its height is given by log n base 2 where n is the no of
elements
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is immutablelist?
What are the disadvantages of sequential storage?
What is collection sort?
Can list contain null values?
Can a hashset contain duplicates?
How many types of linked list exist?
Define the queue data structure.
What are the types of map?
what is Linked lists?
What are linked lists good for?
Is quicksort a stable sorting algorithm?
What is difference between array and string?
Write the postfix form of the expression: (a + b) * (c - d)
What is static array?
What is selection sort with example?