Data Structures and Types
Data Structures and Types
Linear
Non-Linear
Linear Data Structures
The data is stored in linear data structures sequentially. These are
rudimentary structures since the elements are stored one after
the other without applying any mathematical operations.
Arrays
Linked Lists
Stacks
Queues
Graphs
Trees
Tries
Maps