07.01.2016, 09:05
Код:
The stacks follow the concept of "FIRST IN FIRST OUT" aka FIFO.
queue - FIFO(first in,first out)
https://en.wikipedia.org/wiki/Stack_...act_data_type)
https://en.wikipedia.org/wiki/Queue_...act_data_type)
The stacks follow the concept of "FIRST IN FIRST OUT" aka FIFO.