Queue
Queue
• the linear data structure type which is used to organize the data
• It is used for temporary storage of data values
• A new element is added at one end called rear end
Queue • The existing element deleted from the other end is called front end
• First-in-First-out property
CS1332 Programming Language