.. _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://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.0 :required: True :threshold: 5.0 :id: 209446 :exer_opts: 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: 2.0 :required: True :threshold: 10.0 :id: 209447 :exer_opts: JOP-lang=en&JXOP-code=java :long_name: List Chapter Summary