Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 26)
What is a stack?
A First-In, First-Out (FIFO) data structure
A data structure that follows the Last-In, First-Out (LIFO) principle
A way of storing data
A collection of data stored linearly
Explanation
A stack is a data structure where items are added and removed from the same end.
Comments (0)
