Answer Posted / duchinna198227
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 ? | 32 Yes | 3 No |
Post New Answer View All Answers
Is stack a dynamic data structure?
What is Another name of Dynamically allocating memory.
Does map extend iterable?
What are the benefits of using arrays?
Is queue fifo or lifo?
What method removes the value from the top of a stack?
What is a b+ tree? Explain its uses.
Can we insert null in hashset?
What is data structure and why we need it?
How many types of linked list exist?
How to search binary in a sorted array?
What is difference between tree and binary tree?
Define linked list data structure.
Which process places data at the back of the queue?
What are the major data structures used in the rdbms?