Types of Data Structure
A data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.
Data structures provide a means to manage huge amount of data efficiently, such as large databases and internet indexing services.
Data structures are classified into two main classes: linear data structures and non-linear data structures.
In case of linear data structures, all the elements form a sequence or maintain a linear ordering.
On the other hand, no such sequence in elements, rather all the elements are distributed over a plane in case of non-linear data structure.
Comments
Post a Comment