Answer Posted / deepti
A DATA STRUCTURE IS A LOGICAL REPRESENTATION OF LARGE DATA
INTO MEMORY LOCATION EITHER LINEARLY OR NON-LINEARLY.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is a hash table a map?
Which is the parent class of abstractsequentiallist class?
Is quicksort greedy algorithm?
Explain implementation of deletion from a binary tree.
Is array immutable?
What is the use of data structure in real life?
Can we null keys in treemap?
Is vector a collection?
Why is concurrenthashmap thread safe?
What is the need for path compression?
What is linked hash set?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
What is height balanced tree?
What is an ordered map?
How many times is merge sort called?