100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Tag

Stack

A stack is a linear data structure that follows Last-In-First-Out (LIFO) ordering: elements are added and removed from the same end, called the top, so the most recently inserted element is the first one removed. Core operations — push, pop, and peek — all run in O(1), making stacks fundamental to function call…

21 resources across 4 libraries

Glossary Terms(5)

Study Notes(6)

Cheat Sheets(1)

Interview Questions(9)