Stack: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Overview=
=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.
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.