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 |
What is a list in data structure?
What is garbage collection in data structure?
List the applications of queues?
Explain the difference between hashset and hashmap?
why do tree always takes o(log n) time?
Why is quicksort unstable?
What is the difference between dictionary and hashtable?
What is the use of data structure?
Can we put null value in hashmap?
How do you assign an address to an element of a pointer array ?
How many types of arrays are there in visual basic?
What is the advantage of the heap over a stack?