13.4.1. Ch13 Preview Questions#
What is the difference between an abstract data type and a concrete implementation?
Give one real-world example that behaves like a stack.
Give one real-world example that behaves like a queue.
Why is a dictionary a natural way to represent an adjacency list?
When would a tree be a better model than a graph?