Name some linear data structures. Is linked list a linear data structure ?
Linear Lists
1 Like
Answer
Stack, queue and linked list are linear data structures. Yes, a linked list is a linear data structure. Linked lists consist of a sequence of elements, each containing a reference to the next element in the sequence, forming a linear arrangement.