Stack (gb.data)
A Stack is a LIFO datatype. It follows the access patterns of "last in, first out". (In some cultures this is also known as FILO "first in, last out")
If you know the
Tower of Hanoi, you know what a Stack is. Also, for further information, refer to
this wikipedia article
Properties
Methods