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 hash index?
Which sort show the best average behavior?
What happens if we put a key object in a hashmap which exists?
Can we change load factor of hashmap?
Which type of memory allocation is referred for linked list?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
What is difference between array and string?
What are the major data structures used in the network data model?
Which sorting is best in time complexity?
In what order the elements of a hashset are retrieved?
Compare Queue and Topic ?
What do you mean by hash table?