Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 519 Bytes

File metadata and controls

23 lines (15 loc) · 519 Bytes

Lab Summary

This program implemented a very simple queue. How were lists essential?

TODO

Paste your swap_vip function in the code fence below and discuss how it works. Again, why is a list ideal for this?

# TODO: code here

TODO: Answer here

The final function, control_display introduced a couple complications:

  1. Somehow you had to end the loop.
  2. Each individual had a number assigned to them.

How did you achieve solutions to each of these challenges?

TODO