what is the need of data structure

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


Please Help Members By Posting Answers For Below Questions

What is meant by binary tree?

457


What is the use of sorting?

508


What is peek in stack?

447


What is the difference between hashset and hashtable?

432


what is the difference between singly and doubly linked lists?

535






What is array sort?

506


What is a list of lists?

511


Which data structure is applied when dealing with a recursive function?

603


Can we define the size of arraylist?

475


What do you know about different sorting algorithms?

525


What is homogeneous array?

460


Define disjoint set adt?

532


What is array and its types?

549


what are the applications that use Linked lists?

512


Define linear probing?

585