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
When should structures be passed by values or by reference?
What is the difference between collection and collections?
Can hashmap be sorted?
State the different types of linked lists?
Is arraylist a list?
What are the different data structures?
What is an ordered map?
What can be stored in an arraylist?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
What are the five examples of data?
Can array store heterogeneous data?
What is type structure?
How are the elements of a 2d array are stored in the memory?
How would you reverse the characters of an array?
Does list maintain insertion order?