TakeDown.NET

Glossary of technology terms.

  • Home
upArrow

Stack

See also: Programming | Data structure | List

A LIFO data structure which can easily be implemented with a list or an array.

Computer memories have a section for stack data structures (used for activation records).

TakeDown.NET -> “Stack”

Search

Powered by MyWiki WordPress Theme