Table of Contents

Description

Stack.jpeg

Think of a stack of plates. You can add a plate to the stack by adding it to the top. To remove a plate from the stack, you have to remove the plate on top of the stack. The stack data structure models a stack of plates.

Usage

Efficiency

Implementation