Answer Posted / d.balakrishnan
Data Structure is ways to store data, search data, and
retrieve it. It use is to optimize data storage and the
ability to access it. It include things like list and trees.
So, basically some data structures are better for certain
kinds of data. In that it allows you to pull data quicker
faster. Algorithms are based on there speed to access the data.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Which is better hashmap or arraylist?
Why is hashmap not thread safe?
Can tuple be sorted?
List the area of applications where stack data structure can be used?
Can we declare array size as a negative number?
Discuss the difference between a stack and an Array?
What does arrays tostring do?
how to add an item to the beginning of the list?
Define biconnectivity?
What is numeric array?
What is difference between hashmap and hashset?
What method is used to place a value onto the top of a stack?
What is the difference between a Stack and a Queue.
Write program for Quick sort ?
Can we make hashmap synchronized?