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 and disadvantages of copyonwritearraylist?
When is a binary search algorithm best applied?
What is a data structure? What are the types of data structures? Briefly explain them
What is the difference between Array and LinkedList?
What is the types of data structure?
How does a treemap sort?
How to sort an Array?
Is binary tree a binary search tree?
How to do the intersection of two sorted arrays?
What is a data structure definition?
How do you sort an arraylist in descending order?
Can we insert null in hashset?
What is harvesting in agriculture?
Is hashmap fail safe?
What is basic data structure?