Q. What is a linear list data structure? Name some operations that you can perform on linear lists.


Answer =

Linear Data structure: - A data structure is said to be linear if its elements form a sequence or a linear list.

e.g., Arrays or linear lists, Stacks and Queues etc.

Some operations that we can perform on linear lists that is:-

• Insertion
• Deletion
• Traversal
• Searching
• Sorting

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post