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
Define the tree data structure.
What's difference between stack and queue?
Is hashmap a data structure?
How do you use the sort function?
What are the disadvantages of linear list?
What are the major data structures used in the hierarchical data model?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Can arraylist have null values?
Can I provide array size dynamically?
Which is faster array or linked list?
What is ascending and descending order?
How will you sort the elements of array in descending order?
Run time memory allocation is known as ?
Write an algorithm to check if there is a loop in a doubly linked list.
Which algorithm is used in collections sort method?