This program implemented a very simple
queue. How werelists essential?
TODO
Paste your
swap_vipfunction in the code fence below and discuss how it works. Again, why is alistideal for this?
# TODO: code hereTODO: Answer here
The final function,
control_displayintroduced a couple complications:
- Somehow you had to end the loop.
- Each individual had a number assigned to them.
How did you achieve solutions to each of these challenges?
TODO