Math, asked by teju15115, 5 months ago

how is data in queue accessedup​

Answers

Answered by dharshanbabu70
0

Answer:

what is the question

Step-by-step explanation:

0000000000000000000000000000000000000000000000000000000000

Answered by SohomMondal
0

Answer:

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