CSCI 162 - Lecture 8 - Stacks Chapter 6, Queues Chapter 7

Instructor's Class Notes

     

  1. Chapter 6 - Stacks - A stack is a data structure of ordered items such that items can be inserted and removed only at one end (called the top).