Ch13 Preview Questions

13.4.1. Ch13 Preview Questions#

  1. What is the difference between an abstract data type and a concrete implementation?

  2. Give one real-world example that behaves like a stack.

  3. Give one real-world example that behaves like a queue.

  4. Why is a dictionary a natural way to represent an adjacency list?

  5. When would a tree be a better model than a graph?