Answer Posted / dhivyavignesh
data structure is the way of organising data,storing data
and relationship among data................
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How do you find the number of comparisons in bubble sort?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
Explain binary tree traversals?
How to search binary in a sorted array?
Is quicksort recursive?
Is arraylist better than array?
What is dynamic array with example?
What is hashing technique?
Explain the uses of b+ tree.
Describe stack operation.
What are the advantage of linked list over array?
What is stable sorting?
Differentiate between file and structure storage structure.
When new data are to be inserted into a data structure?
Can you provide some implementation of a dictionary having large number of words?