
Topic
-
Representation of two dimensional arrays in C, C++ and Java.
-
Use of vectors of vectors to give a two dimensional data
structure in C++ similar to Java. Vectors of vectors can support ragged
arrays.
-
Sparse matrices and their internal data representations.
Readings
Chapter 18, the entire chapter. This is a short
chapter with straightforward information.