Computer Science, asked by niidhx7611, 1 year ago

What are the operations we are performed in the queue?

Answers

Answered by Anonymous
3

Hello____________❤

<b>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 yashgandhi74
0

</p><p></p><p>\huge\bf\boxed{\boxed{\boxed{\blue{\mathfrak{HEYA\:!!!!}}}}}

\huge{\bold{\blue{solUTIon....}}}

&lt;b&gt;&lt;font color="red"&gt;

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