[Tutorial] Concept of stacks using arrays.
#4

Код:
The stacks follow the concept of "FIRST IN FIRST OUT" aka FIFO.
stack - LIFO(last in,first out)
queue - FIFO(first in,first out)

https://en.wikipedia.org/wiki/Stack_...act_data_type)
https://en.wikipedia.org/wiki/Queue_...act_data_type)
Reply


Messages In This Thread
Concept of stacks using arrays. - by iSteve - 22.12.2015, 14:42
Re: Concept of stacks using arrays. - by lukewid - 25.12.2015, 11:31
Re: Concept of stacks using arrays. - by E7mad - 25.12.2015, 11:35
Re: Concept of stacks using arrays. - by MikE1990 - 07.01.2016, 09:05

Forum Jump:


Users browsing this thread: 3 Guest(s)