What is a queue?
3 years ago
Data Structure and Algorithm
A queue is a data structure that can simulate a list or stream of data. In this structure, new elements are inserted at one end, and existing elements are removed from the other end.

Sujan Bk
Jan 9, 2022