What are the operations we are performed in the queue?
Answers
Answered by
3
Hello____________❤
A Queue is a linear structure which follows a particular order in which the operations are performed. The order is First In First Out (FIFO).
A good example of a queue is any queue of consumers for a resource where the consumer that came first is served first. The difference between stacks and queues is in removing.
Answered by
0
Queue is an abstract data structure, somewhat similar to Stacks. Unlike stacks, a queue is open at both its ends. One end is always used to insert data (enqueue) and the other is used to remove data (dequeue). Queue follows First-In-First-Out methodology, i.e., the data item stored first will be accessed first......
Similar questions
Math,
7 months ago
Environmental Sciences,
7 months ago
Physics,
1 year ago
Math,
1 year ago
Math,
1 year ago