.. raw:: html

   <script>ODSA.SETTINGS.MODULE_SECTIONS = ['practice-questions', 'chapter-review-questions'];</script>

.. _ListSumm:


.. raw:: html

   <script>ODSA.SETTINGS.DISP_MOD_COMP = true;ODSA.SETTINGS.MODULE_NAME = "ListSumm";ODSA.SETTINGS.MODULE_LONG_NAME = "Linear Structure Summary Exercises";ODSA.SETTINGS.MODULE_CHAPTER = "modules"; ODSA.SETTINGS.BUILD_DATE = "2022-11-29 16:52:11"; ODSA.SETTINGS.BUILD_CMAP = false;JSAV_OPTIONS['lang']='en';JSAV_EXERCISE_OPTIONS['code']='java';</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://opendsa.org for more details.
.. Copyright (c) 2012-2020 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
   :points: 2
   :required: True
   :threshold: 5
   :exer_opts: JXOP-debug=true&amp;JOP-lang=en&amp;JXOP-code=java
   :long_name: List Data Structures General Questions

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

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

.. avembed:: Exercises/List/ListChapterSumm.html ka
   :module: ListSumm
   :points: 2
   :required: True
   :threshold: 10
   :exer_opts: JXOP-debug=true&amp;JOP-lang=en&amp;JXOP-code=java
   :long_name: List Chapter Summary

