Computer Science, asked by subhaq, 1 year ago

what is queue in data structure

Answers

Answered by nischay1122pdx5j6
2
waiting project list

subhaq: thanks
nischay1122pdx5j6: mark it brainlest
subhaq: ok
nischay1122pdx5j6: please mark it brainlest
Answered by durekhan123
2

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.


nischay1122pdx5j6: googled.....
subhaq: ooo
Similar questions