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 is a matrix? Explain its uses with an example
what is the biggest advantage of linked lists?
Can we null keys in treemap?
Which is the parent class of abstractsequentiallist class?
Is priority queue sorted?
What do you mean by probing?
What is data structure and its classification?
Write the algorithm for converting infix expression to postfix expression?
Which is the parent class of enumset class?
Is quicksort greedy algorithm?
What is java priority queue?
Why is hashmap faster than arraylist?
What is the use of tree data structure?
How to reverse a linked list iterative algorithm?
What data structure does a binary tree degenerate?