What is binary tree?
Answers were Sorted based on User's Feedback
Answer / yenealem
It is a data structure on that every node on the tree
contains at most two children in the tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manish kit
A binary tree is a non liniear data structure in which
there must be both child of each node acxept leaf node
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siya
a binary tree is a tree,whose root has degree 2 and other
nodes has degree 2or 3.
| Is This Answer Correct ? | 1 Yes | 3 No |
How do you implement a stack?
Explain the uses of b+ tree.
What are the disadvantages of linked list?
How many types of data structures are there?
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
what are the applications that use Linked lists?
How can we delete any specific node from the linked list?
What is the difference between null and void?
List out the advantages of using a linked list?
Can arraylist be null?
How many parts are there in a declaration statement using data structures?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?