.. _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
:long_name: List Data Structures General Questions
:points: 2.0
:required: True
:threshold: 5.0
:exer_opts: JOP-lang=en&JXOP-code=c++
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&JXOP-code=c++