{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Ch13 Preview Questions\n",
    "\n",
    "1. What is the difference between an abstract data type and a concrete implementation?\n",
    "2. Give one real-world example that behaves like a stack.\n",
    "3. Give one real-world example that behaves like a queue.\n",
    "4. Why is a dictionary a natural way to represent an adjacency list?\n",
    "5. When would a tree be a better model than a graph?"
   ],
   "id": "07d99df1"
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "name": "python",
   "version": "3.11.0"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
