What is linear data structure
Comments (1)

Akshat Gupta
1 year ago
Linear data structure is a data structure in which data items are stored and arranged in a linear form, with data items connected to another in the form of a line. Array, Stack, Queue, linked lists come inside it.