what is the need of data structure
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Is collection a class or interface?
How do you declare A pointer to array of three chars
How hashmap increases its size?
What happens in insertion sort?
What is unhashable type list?
State the rules to be followed during infix to prefix conversions?
What does list clear do?
What is difference between list set and map?
Which is faster quick sort or merge sort?
applications of stacks and their uses?
What are the advantages of bubble sort?
Why do we need algorithm?