CHAPTER 4 Stacks and Queues SI The stack adt 1. ADT A stack is a Last-In-First-Out(LIFO)list, that is. an ordered list in which insertions and deletions are made at the top only Objects: A finite ordered list with zero or more elements
Chapter Arrays Chapter 7 Arrays √ derived type; √ set of homogeneous elements; vcan be thought of as a simple variable with an index, or subscript, added. One-dimensional Arrays Two-dimensional Arrays Character Arrays