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
Is treeset sorted?
What is an ordered list?
Which is faster treemap or hashmap?
How many links are there in a binary tree of N nodes?
What is the difference between arraylist and linkedlist?
Can we add elements to final list?
what is Linked lists?
Why do we use a multidimensional array in data structure?
What are the advantage of linked list over array?
What do you mean by quadratic probing?
Explain Queue
Is bubble sort slow?
List the basic operations carried out in a linked list?
What is a height of a tree?
Explain circular linked list?