What is Data Structure?



Suraj Said

+0 -0

Data Structure is the way to organising all the data items that consider not only to the element store but also there relationship to each other.
Data Structure specify the following things:
1.Organisation of data.
2.Accessing the data.
3.Processing alternative for information.
4.Degree of Associativity



Ayush Said

+0 -0

A data structure is a way of organizing and storing data in a computer to facilitate efficient access and manipulation. It can be primitive, representing basic values, or composite, composed of multiple data types. Examples include arrays, linked lists, trees, and hash tables. Choosing the right data structure is important for optimizing algorithm performance and designing efficient software systems.



Submit Your Response