Chapter 5. Stack and Queue¶ Abstract Stacks are like stacking cats, while queues are like cats lining up. They represent LIFO (Last In First Out) and FIFO (First In First Out) logic, respectively. Chapter contents¶ 5.1 Stack 5.2 Queue 5.3 Double-Ended Queue 5.4 Summary Feel free to drop your insights, questions or suggestions