.. 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::
   :title: List Chapter Summary Practice Questions
   :author: Cliff Shaffer
   :institution: Virginia Tech
   :satisfies: list summary
   :requires: array-based list; linked list; array-based stack; linked stack; array-based queue; linked queue;
   :topic: Linear structures
   :keyword: List; Stack; Queue
   :naturallanguage: en
   :programminglanguage: N/A
   :description: Presents a large collection of practice questions related to lists, stacks, and queues.


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
   :long_name: List Data Structures General Questions
   :keyword: Lists; Stacks; Queues

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

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

.. avembed:: Exercises/List/ListChapterSumm.html ka
   :long_name: List Chapter Summary
   :keyword: Lists; Stacks; Queues


