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
What do you mean by linear probing?
What is selection sort with example?
Does arraylist extend list?
Which is faster array or linked list?
What is a hashset?
Can treemap have null values?
Can arraylist hold duplicates?
Differentiate among cycle, path, and circuit?
What is internal and external sorting?
What is non linear data structure with example?
Why does hashset use hashmap?
Can we add elements to final list?
Explain exception filter?
What is entryset in hashmap?
How do you find the depth of a binary tree?