Answer Posted / varun
Data Structure is all about organizing and managing data.
Now this data can be Raw, Programmed, Temp. etc. The most
important point that we must note here is that by creating
data structures, we try to solve our complex problem in way
analogous to nature's way of handling things. We try to
create rules we have already seen and then exploit it like
we do in real world. A simple example is the rule of chain
that is analogous to Link List. Its a choice of ease to
compute i a controlled manner.
| Is This Answer Correct ? | 24 Yes | 6 No |
Post New Answer View All Answers
What is default size of hashmap?
Describe tree database. Explain its common uses.
Is it possible to insert different type of elements in a stack? How?
What is a static structure?
Is quicksort a stable algorithm?
What does list clear do?
What is time complexity of quick sort?
Define primary clustering?
How is heap sort implemented?
How to pass in data structure exam?
What member function places a new node at the end of the linked list?
Which is faster hashmap or concurrenthashmap?
What is linked list in data structure?
Can you sort a hashmap?
Does treemap allow null keys?