Stack

Home > Computer Science > Algorithms and data structures > Arrays > Stack

A data structure that follows a Last-In-First-Out (LIFO) policy, allowing for efficient insertion and removal at one end.