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 the difference between dynamic as well as non - dynamic data structures.
What is the difference between ienumerable and list?
What data structure would you mostly likely see in a non recursive implementation of a recursive algorithm?
What are vectors used for in real life?
What is the bucket size, when the overlapping and collision occur at the same time?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What are the advantage of collection classes over arrays?
What is sorted list in data structure?
What is binary tree and its properties?
Do you know how to find if linked list has loop?
Which collection allows null values?
Is there any difference between int[] a and int a[]?