what is the need of data structure

Answers were Sorted based on User's Feedback



what is the need of data structure ..

Answer / amits tiwari bit mesra ranchi

actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.
suppaose u take the example of linked list that allocates
memory dyanamically and provides the facility of
adding ,inserting, deletintg,retrieving,traversing
searching,sorting and various representation to utilize
memory efficient sloutions of the complex problems. and the
language is used to implement it.

Is This Answer Correct ?    44 Yes 6 No

what is the need of data structure ..

Answer / 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

what is the need of data structure ..

Answer / shipra katare

Data Structure is about organizing and managing data in
the memory. It basically deal with memory management i.e
the way of storing data in memory.The data can be Raw
facts

Is This Answer Correct ?    19 Yes 2 No

what is the need of data structure ..

Answer / rajasekharreddy

without data structure there is no language.Because using
data structure we can design the OS and every memory storage
can be done bu using data structures.
finally the need of data structure is we can perform
analysis on huge amount of data in a simplified way.

Is This Answer Correct ?    23 Yes 16 No

what is the need of data structure ..

Answer / mohammed adnan

dara structue is organizing data in a efficient manner,if we want to retriew some complex data we can use data stucute......actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.

Is This Answer Correct ?    6 Yes 5 No

what is the need of data structure ..

Answer / m.sahitya

Data structure is a method used to store data in computer so that it can be used efficiently...

Is This Answer Correct ?    6 Yes 6 No

what is the need of data structure ..

Answer / d.balakrishnan

Data Structure is ways to store data, search data, and
retrieve it. It use is to optimize data storage and the
ability to access it. It include things like list and trees.
So, basically some data structures are better for certain
kinds of data. In that it allows you to pull data quicker
faster. Algorithms are based on there speed to access the data.

Is This Answer Correct ?    3 Yes 3 No

what is the need of data structure ..

Answer / purwa nehete

data structure is the best method for organizing data because
specific data structure are essential ingredient of many efficient programs that possible to manage huge amount of data.

Is This Answer Correct ?    1 Yes 1 No

what is the need of data structure ..

Answer / www.golu_puja3

if we can learn about large amount of information the
concept of data structure is used

Is This Answer Correct ?    16 Yes 18 No

what is the need of data structure ..

Answer / preethi

we can implement c_ programs

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Data Structures Interview Questions

State the difference between stacks and linked lists?

0 Answers  


Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)

0 Answers  


Does treemap sort automatically?

0 Answers  


How efficient is binary search?

0 Answers  


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

0 Answers  






Differentiate linear from a nonlinear data structure?

0 Answers  


What is the difference between a stack and an array?

0 Answers  


What is stack and queue in data structure?

0 Answers  


What is difference between linear and non linear data structure?

0 Answers  


What data type is enum?

0 Answers  


Data structure used to implement a menu

0 Answers  


Why do we use collections?

0 Answers  


Categories