Stack (data structure) Summary

Everything you need to understand or teach Stack (data structure).

  • 1 Encyclopedia Article

Study Pack

The Stack (data structure) Study Pack contains:

Encyclopedia Articles (1)

674 words, approx. 3 pages
Stack A stack is a dynamic data structure that can store records of data and that supports two primary functions usually called PUSH and POP. The operation PUSH is used to add elements to the stack, w... Read more