Embed presentation
Download to read offline

The document discusses exercise 5 focusing on sparse matrices and emphasizes the inefficiency of using a 2D array for representation due to wasted space. It calls for the design and implementation of a space-efficient data structure for sparse matrices, along with an efficient API for matrix operations like sums and multiplications. Additionally, it suggests an experimental comparison of the performance between the new representation and the traditional 2D array approach.
