InterviewSolution
Saved Bookmarks
| 1. |
What is Queue and how it is different from stack? |
|||||||||||||||
|
Answer» A Queue in the data structure is a linear structure which FOLLOWS a particular order in which all operations to be PERFORMED. The order is First In First Out (FIFO) used in Queue.
|
||||||||||||||||