-
What is the primary purpose of a linear queue?
-
Which operation is used to add an element to a linear queue?
-
What happens when you try to enqueue an element into a full linear queue?
-
Which operation is used to remove an element from a linear queue?
-
What is the time complexity of enqueue and dequeue operations in a linear queue implemented using an array?