{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "6c4d89bf",
   "metadata": {},
   "source": [
    "# Chapter Review\n",
    "\n",
    "Review questions\n",
    "\n",
    "1. Which is more efficient in general:\n",
    "   searching for an element of a list or finding the\n",
    "   value given a key in a dictionary?\n",
    "\n",
    "   > % #.  How is the type declaration for a generic type distinctive?\n",
    "\n",
    "% #.  The constructors for collections like a List are all overloaded.\n",
    "\n",
    "% What forms are allowed in general?\n",
    "\n",
    "% #.  How is a ``HashSet`` different than a ``List``?\n",
    "\n",
    "% #.  What syntax is shared between a ``List`` and a ``HashSet``?"
   ]
  }
 ],
 "metadata": {
  "jupytext": {
   "cell_metadata_filter": "-all",
   "main_language": "python",
   "notebook_metadata_filter": "-all"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
