Data Structures:-
A data structure is a particular way of organizing data in a computer so that it can be used effectively.
For example, we can store a list of items having the same data-type using the array data structure.
This page contains detailed tutorials on different data structures (DS) with topic-wise problems.
Adavantages Of Data Structure:-
- Structured data makes it eaiser to access and manipulate the information as compared to row or unstructured data.
- A varity of operations can be performed on structured data.
- Related data can be stored together and in the required format.
- Better algorithms can be used on organized data which improve program efficiency.
Need Of Data Structure:-
- Data structure are used in every program or software system to arrange the data.
- Data structure are essential ingredients of many efficient algorithms.It help in the management of huge amount of data such as a large intergraded collection of databases.
- Each data structure allows data/element to be stored in a specific manner in the memory.
- Data structure helps in efficient data search and stored and retrieval.
- For specific issues, specific data structure are used.
- Data structure allows managing a large amount of data, such as large databases and indexing services such as a hash table.
Comments
Post a Comment