Nieuws

Queue is a kind of abstract data structure that holds items in same order. queue follow fifo mechanism for operations like insertion and deletion of items.note :- one end is always used to insert data ...