Stacks

Home > Geography > Spatial Analysis > Data structures > Stacks

A data structure that supports last-in first-out (LIFO) behavior, often used to implement function call stacks and expression evaluation.