CBSE Class 12 Computer Science
Question 34 of 68
Data Structures - I : Linear Lists — Question 6
Back to all questionsA linear list data structure is a list of finite number of data elements of the same data type arranged in a sequential manner under one name. The operations that we can perform on linear lists are as follows:
- Insertion
- Deletion
- Searching
- Traversal
- Sorting
- Merging