Introduction - If you have any usage issues, please Google them yourself
Queue (Queue) is a kind of used to implement the FIFO (FIFO) data structure, namely the first into the Queue of data in the Queue ahead of the row, in the second into the Queue data followed by, repeating The queue, always row in the queue in the data before the first out queue. So, advanced queue data must be better than junior queue of data first out queue, this also is the so-called fifo. There are several ways to can be used for the realization of the queue: can use array of realize order queue, also can use the list of form realize chain queue.