Skip to Content

Sparse Matrix

2017 - 2017
GitHub Repository

University course: Programming and system administration.

Implementation of a templated 2D matrix class where zero elements are more frequent than non-zero elements. This type of class minimizes the amount of stored data while losing the constant-time random access to matrix elements.