Skip to content
C++ DS&A2023

Sparse Matrix Calculator

C++ data structures for efficient sparse matrix operations.

Sparse Matrix Calculator screenshot

What it does

  • Custom storage structures so operations skip the zeros instead of iterating them.

Built with

  • C++
All projects