Difference between revisions of "Stacks"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "A stack is a data structure that can only have data added or removed from the top.")
(No difference)

Revision as of 21:17, 5 March 2017

A stack is a data structure that can only have data added or removed from the top.