Slippery Rock University Dr. Deborah Whitfield Go Browns!

Chapter 4: Stacks and Queues
Data Structures and Algorithms in Java
CpSc 374

A Different Kind of Structure

We looked at sorts because Stacks and Queues are ordered data structs used primarily used as programming tools

Stack

Stack Interface

Pre-Conditions / Errors

Alternative


Design (using an array)


Queues - basically just a line Pre-Conditions / Errors

Queue Implementation


Priority Queues - permits "cutting" in the line

Priority Queue Implementation