Answer Posted / wizard
A binary tree is a tree which has every node has exactly two
links i.e left and right link
| Is This Answer Correct ? | 30 Yes | 7 No |
Post New Answer View All Answers
List the area of applications of data structure.
Define static data structures?
Is file a data structure?
Explain Queue
How do you sort an array by value?
What is a height of a tree?
Is hashmap a collection?
Why heap sort is not used?
Can we increase the size of statically allocated array?
Write a recursive c function to calculate the height of a binary tree.
How arraylist increase its size?
What does isempty() member method determines?
What is bubble sort?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
What is a vector class?