![]() |
CITS2002 Systems Programming |
← prev | next → | ![]() |
![]() |
|||
Problems with our list data structureAs written, our list data structure works, but also has a few problems:
We'll address all of these by developing a similar first-in-first-out (FIFO) data structure, which we'll name a queue.
CITS2002 Systems Programming, Lecture 19, p12, 3rd October 2023.
|