Answer Posted / chinnadurai.s
A tree with at most two children for each node.
or
A binary tree either
* is empty (no nodes), or
* has a root node, a left binary tree, and a right
binary tree.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Does list allow null values?
Why is merge sort faster?
What is a tech stack?
Define Data Structures?
What is the use of prototype?
How does linkedhashset work internally?
What is bubble insertion selection sort?
How many types of sorting algorithms are there?
What sorting algorithm should be used for sorting strings?
What does args stand for?
What exactly is a thread?
How do you determine if a binary tree is height balanced?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
How to find middle element of linked list in one pass?
What is an object array?