About

A stack is a data-structure based on an ordered set of elements that are Last-In-First-Out (LIFO) pushed and popped. In other words, elements are pushed onto the stack at the top and retrieved off the top. This page links to different implementations in various programming languages and for different platforms.

Implementations