Characteristic |
Description |
Linear |
In Linear data structure, the
data items are arranged in a linear sequence. Example: Array |
Non-Linear |
In Non-Linear data structure, the data items are not in sequence.Example: Tree, Graph |
Homogeneous |
In homogeneous data structures, all the elements are of same data type.Example: Array |
Non-Homogeneous |
In Non-Homogeneous data structure, the elements may or may not be of the same data type.Example: Structure |
Static |
Static data structures are
those whose sizes and structures associated memory locations are fixed, at
compile time. |
Tags
data structure