1.

What is a queue?

Answer»

A queue is a non-primitive data structure where an item is inserted at one end and removed from the other end.



Discussion

No Comment Found