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