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
What are the advantages of selecetion sort?
Does treemap allow null key?
Is treemap sorted?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
Which is better selection or bubble sort?
What is the difference between null and void?
What is difference between linear and non linear data structure?
Can we store null in arraylist?
Why is waste sorting important?
Is a hashmap a dictionary?
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
Why is map not a collection?
Run time memory allocation is known as ?
What sort does arrays sort use?
What are the advantages of bubble sort?