https://github.com/levongh/stack
In computer science, a stack is an abstract data type that serves as a collection of elements, with two principal operations: push, which adds an element to the collection, and pop, which removes the most recently added element that was not yet removed. The order in which elements come off a stack gives rise to its alternative name, LIFO (for last in, first out).
https://github.com/levongh/stack
cplusplus-11 stack
Last synced: about 1 year ago
JSON representation
In computer science, a stack is an abstract data type that serves as a collection of elements, with two principal operations: push, which adds an element to the collection, and pop, which removes the most recently added element that was not yet removed. The order in which elements come off a stack gives rise to its alternative name, LIFO (for last in, first out).
- Host: GitHub
- URL: https://github.com/levongh/stack
- Owner: levongh
- Created: 2017-02-05T06:35:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T04:46:16.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T09:12:30.076Z (over 1 year ago)
- Topics: cplusplus-11, stack
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files: