.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :title: Sorting Summary Exercises
   :author: Cliff Shaffer
   :institution: Virginia Tech
   :requires: exchange sort; shellsort; heapsort; mergesort; quicksort; radix sort; sorting lower bound
   :topic: Sorting
   :keyword: Sorting
   :naturallanguage: en
   :programminglanguage: N/A
   :description: Self-practice questions for the Sorting chapter.

Sorting Summary Exercises
=========================

Sorting Summary Exercises
-------------------------

Here is a complete set of review questions, taken from all of the
questions in the modules of this chapter.

.. avembed:: Exercises/Sorting/SortChapterSumm.html ka
   :long_name: Sorting Chapter Summary Exercise
   :keyword: Sorting


