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
Which sorting algorithm uses minimum number of swaps?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What is difference between set and map?
What is a concurrenthashmap?
Which is the parent class of hashmap class?
How do you find the complexity of a bubble sort?
Explain the types of linked lists.
What are different dynamic memory allocation technique in c.
Which algorithm is used in collections sort method?
What does abstract data type mean?
How to show internal storage representation of data structure in RDBM?
What is an ordered map?
What is time complexity of quick sort?
What is ascending and descending order?
Can we store a string and integer together in an array?