what is the need of data structure

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


Please Help Members By Posting Answers For Below Questions

What is the difference between linked list and array?

502


Why use a tuple instead of a list?

460


Is map a collection?

491


Is linkedlist thread safe?

462


What is mean by merge sort?

509






Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

522


How would you reverse the characters of an array?

531


What do you mean by an Array?

542


What does enum do?

509


Differentiate between failfast and failsafe.

688


What is a tech stack?

460


Can a hashset contain duplicates?

489


What is Doubly link list?

553


What are the types of collection?

471


Why do we use dynamic arrays?

466