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
Which is better arraylist or linkedlist?
Treemap orders the elements on which field?
Is array static or dynamic?
How do you find a string is anagram or not?
Can treeset have duplicates?
What is the best case for bubble sort?
What is a singletonlist?
Why is hashset not ordered?
What is list and types of list?
What is data algorithm?
What are threaded binary trees?
What is the difference between data types and data structures?
What is scalar data type?
What is difference between tree and forest?
What is the default size of an arraylist?