Implementation of a sparse matrix structure in Pharo.
## MatrixProject Exercise (Pharo 12) ### Description This exercise was done using **Pharo 12**, and consists of testing a custom **Sparse Matrix** structure. The tests ensure correct behavior of the matrix operations and logic. ### Technologies Used - **Pharo 12** - **DrTests** : Pharo 12’s testing framework - **Git / Iceberg** : Version control ### Project Structure **MatrixProject-Tests Package** - SparseMatrixTest : Contains unit tests verifying the functionality of the sparse matrix. ### Testing All tests were successfully executed using **DrTests**. 