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

Check if duplicates exist in an array of N which has range 1 to N.

559


Why you need a data structure?

621


What is 2 dimensional linked list?

604


State the difference between primitive and non-primitive data types?

681


What do you mean by 2-3 tree?

517






How do treesets work internally?

503


List out the advantages of using a linked list?

508


If you have to store one lakh objects, what will be a better option- a hash map or an array list?

835


What is sorting in math?

529


What are the advantages of linked list over array (static data structure)?

689


What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?

537


Define in brief an array.

526


Which algorithm is used in arrays sort?

484


Which sorting algorithm is best for large data?

477


Does arraylist guarantee insertion order?

509