.. _ListSumm:

.. raw:: html

   <script>ODSA.SETTINGS.DISP_MOD_COMP = true;ODSA.SETTINGS.MODULE_NAME = "ListSumm";ODSA.SETTINGS.MODULE_LONG_NAME = "List Chapter Summary";ODSA.SETTINGS.MODULE_CHAPTER = "Linear Structures"; ODSA.SETTINGS.BUILD_DATE = "2016-12-02 17:21:00"; 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
   :satisfies: list summary
   :requires: array-based list; linked list; array-based stack; linked stack; array-based queue; linked queue;
   :topic: Linear structures

Linear Structure Summary Exercises
==================================

Practice Questions
------------------

Here are some general practice questions about various data structures
in this chapter.

.. avembed:: Exercises/List/ListdsSumm.html ka
   :module: ListSumm
   :long_name: List Data Structures General Questions
   :points: 2.0
   :required: True
   :threshold: 5.0
   :exer_opts: JOP-lang=en&amp;JXOP-code=java_generic

Chapter Review Questions
------------------------

Here is a summary exercise with questions from everything in this chapter.

.. avembed:: Exercises/List/ListChapterSumm.html ka
   :module: ListSumm
   :long_name: List Chapter Summary
   :points: 2.0
   :required: True
   :threshold: 10.0
   :exer_opts: JOP-lang=en&amp;JXOP-code=java_generic
