.. _SortSumm:

.. raw:: html

   <script>ODSA.SETTINGS.DISP_MOD_COMP = true;ODSA.SETTINGS.MODULE_NAME = "SortSumm";ODSA.SETTINGS.MODULE_LONG_NAME = "Sorting Chapter Summary Exercises";ODSA.SETTINGS.MODULE_CHAPTER = "Sorting"; ODSA.SETTINGS.BUILD_DATE = "2016-12-02 17:21:01"; ODSA.SETTINGS.BUILD_CMAP = false;JSAV_OPTIONS['lang']='en';JSAV_EXERCISE_OPTIONS['code']='java_generic';</script>


.. |--| unicode:: U+2013   .. en dash
.. |---| unicode:: U+2014  .. em dash, trimming surrounding whitespace
   :trim:


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

.. avmetadata::
   :author: Cliff Shaffer
   :requires: exchange sort; shellsort; heapsort; mergesort; quicksort; radix sort; sorting lower bound
   :topic: Sorting

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
   :module: SortSumm
   :long_name: Sorting Chapter Summary Exercise
   :points: 2.0
   :required: True
   :threshold: 10.0
   :exer_opts: JOP-lang=en&amp;JXOP-code=java_generic
