Answer Posted / kushal bagaria
Binary tree is a tree which has maximum no. of childrens
either 0 or 1 or 2. i.e., there is at the most 2 branches in
every node.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is a priority queue?
What are the drawbacks of array implementation of queue?
What is the complexity of bubble sort?
In rdbms, explain what is the efficient data structure used in the internal storage representation?
Calculate the efficiency of sequential search?
What is dequeue operation?
Define shortest path?
Is arraylist fail fast?
What is the space complexity of quicksort?
Is a list an array?
Does arraylist allow null values?
What is default size of hashmap?
Can we insert null in list?
Can you please explain the difference between string and an array?
What are the disadvantages of representing a stack or queue by a linked list?