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
Is int a data structure?
Will arraylist maintain insertion order?
Which is the parent class of abstractqueue class?
What are data members?
Differentiate between the singly linked list and doubly linked list.
What are the applications of priority queues?
What is int data type?
Does arraylist maintain order?
Can we create a null as a key for a map collection?
Explain Array
What is array and its types in data structure?
What is the idea behind splaying?
Explain the term binding time?
What are the advantages of stack?
Can hashset contain duplicates?