Queue

A queue is a linear data structure only write (push) the data from one side but read (pop) the data from the other side, which operation is also known as first in last out (FIFO).

A dequeue is a queue which push and pop data from both sides.

results matching ""

    No results matching ""