Category Archives: Queue

Introduction of Queue Data Structure

Queue is an ordered list in which all insertions at one end called REAR and deletions are made at another end called FRONT. Queues are sometimes referred to as First In First Out (FIFO) list. Examples of Queue: People waiting in line at the bank queue counter from a queue. In computer, the jobs waiting in line to… Read More »