.. _ListSumm:
.. raw:: html
.. |--| 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
:points: 1.0
:required: True
:threshold: 5.0
:id: 179816
:exer_opts: JXOP-debug=false&JOP-lang=en&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: 1.0
:required: True
:threshold: 5.0
:id: 179817
:exer_opts: JXOP-debug=false&JOP-lang=en&JXOP-code=java
:long_name: List Chapter Summary