Answer Posted / bipin from utkal university mc
datastructure is the structural represatation of data in
memory in a specific manner such that it is easy to
organise,storing and retrive
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why is hashmap used?
Which data structure is used to perform recursion?
Is map a data structure?
What are splay trees?
Why insertion is faster in linked list?
List the abstract operations in the set?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What does arraylist remove return?
Write the syntax in c to create a node in the singly linked list.
Define linked lists?
What is the difference between list and arraylist?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
How can avl tree be useful in all the operations as compared to binary search tree?
How do you sort large data?
Which is the parent class of deque