Answer Posted / 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 |
Post New Answer View All Answers
You want to insert a new item in a binary search tree. How would you do it?
Why linked list is required?
Which is the parent class of abstractqueue class?
What stack means?
Parenthesis is never required in postfix or prefix expressions, why?
How does shell sort work?
What do you mean by the term “percolate down”?
What do you mean by back edge?
How can you add an item to the beginning of the list?
What is the time complexity of arraylist and linked list?
What does a bubble chart show?
What is data and information explain with example?
Explain binary representation?
How to do the intersection of two sorted arrays?
What does the dummy header in the linked list contain?