Stacks and Queues
Chapter 3 Lists, Stacks, and Queues Abstract Data Types, Vectors. Stacks and Queues. Sections 3.6 and 3.7. Stack ADT - LIFO. Collections: Elements of some proper type T Operations: Feature: Last In, First Out void push(T t) void pop() T top() bool empty() unsigned int size()
998 views • 62 slides