Stack

Stack data structure

https://en.wikipedia.org/wiki/Stack_(abstract_data_type)

Latest on Hackage:0.4.0@rev:2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Robert Walker
Maintained by [email protected]

A stack is a basic data structure that can be logically thought as linear structure represented by a real physical stack or pile, a structure where insertion and deletion of items takes place at one end called top of the stack.