Answer Posted / ajay
A binary tree is a data structure in which the nodes
contains at most two links(i.e.,left child and/or right
child)
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What are dynamic data structures?
Mention one advantage and disadvantage of using quadratic probing?
Is data structures and algorithms important?
What is the Difference between treemap and hashmap?
Is data structure a data type?
What is meant by a dynamic array?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What is data structure and data type?
What is a matrix? Explain its uses with an example
What is thread and types of thread?
Define a relation?
Does arraylist guarantee insertion order?
What is the difference between hashset and linkedhashset?
Explain the principle of quicksort. What is its complexity?
What is the complexity of arrays sort?