In computer science, a stack is a temporary abstract data type and data structure based on the principle of Last In First Out (LIFO).
Stacks are very widely and extensively used in modern computer systems, and are usually implemented through a combination of hardware and software features.
A stack-based computer system is one that stores temporary information primarily in stacks, rather than hardware CPU registers (a register-based computer system).
No comments:
Post a Comment