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 major data structures used in the network data model?
What are the advantages of modularity?
What is insertion sort technique?
What are the Difference between tcp and udp?
By Which algorithm, the 8 queens problem is solved?
How do I rearrange rows in numbers?
What is difference between hashmap and arraylist?
What does args stand for?
What is basic data structure?
What are linked lists used for?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What do you know about different sorting algorithms?
What is the application of queue?
What is an array vs list?
What is an recursive algorithm?