Skip navigation.

CS 135 Programming Logic

Urn World Tutorial

Chapter 6: Queues

Queues are another data structures used throughout computer science. They are, for instance, an integral part of operating system design. This chapter introduces the elementary properties of queues.

  1. Queues, get and put
  2. Problems