KnowledgeBoat Logo

Computer Science

Name some linear data structures. Is linked list a linear data structure ?

Linear Lists

3 Likes

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.

Answered By

1 Like


Related Questions