Stack: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Data Structures") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Data Structures#Stack|Data Structures]] | * [[Data Structures#Stack|Data Structures]] | ||
=Overview= | |||
A '''stack''' is a dynamic set in which the the DELETE operation removes the latest inserted operation. The stack has a ''last-in-first-out''', or LIFO policy. |
Revision as of 01:08, 11 August 2018
Internal
Overview
A stack' is a dynamic set in which the the DELETE operation removes the latest inserted operation. The stack has a last-in-first-out, or LIFO policy.