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 are binary search and fibonacci search?
What is arraylist load factor?
How many types of linked lists are there?
How do you implement a stack?
Tell me do array subscripts always start with zero?
What is a height of a tree?
How to compare Two Arrays?
Why entry interface is used in map?
Write the postfix form of the expression: (a + b) * (c - d)
Is boolean a data type?
Which type of memory allocation is referred for linked list?
What is difference between tree and binary tree?
Is data structure a data type?
Can a null element added to a treeset or hashset?
List the limitations of linear probing?