This simple design, possible because the data obeys strict LIFO order, means that no complex data structure is needed to track stack contents - a simplepointer to the top of the stack will do.
This simple design, possible because the data obeys strict LIFO order, means that no complex data structure is needed to track stack contents – a simplepointer to the top of the stack will do.