what is the need of data structure

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?

1315


How do you find the height of a binary tree?

484


What is the difference between null and void pointer in data structures?

703


What is array traversing?

469


Where is data structure used?

544






How does selection sort work?

550


Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.

601


Define non linear data structure.

586


Which collection class is thread safe?

444


Explain what is linear search?

583


State the difference between arrays and linked lists?

542


Can we use ordered set for performing binary search?

546


Write the syntax in c to create a node in the singly linked list.

544


How helpful is abstract data type of data structures?

515


What are different types of linked lists?

477