CBSE Class 12 Computer Science Question 32 of 68

Data Structures - I : Linear Lists — Question 4

Back to all questions
4
Question

Question 4

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

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.