A class that represents a Sparse Matrix by storing tuple/data nodes and tuple connections in std::vectors rather than pointers. A SparseMatrix iterator is provided for looping through the tuples.
-
Updated
Nov 23, 2025 - C++
A class that represents a Sparse Matrix by storing tuple/data nodes and tuple connections in std::vectors rather than pointers. A SparseMatrix iterator is provided for looping through the tuples.
Sparse-Matrix Linked-List Go is a sparse matrix implementation in Go using a linked list. This is a data structure that stores only non-zero values in a matrix. This is useful when you have a lot of zeros in your matrix. This data structure is also useful when you want to perform operations on sparse matrices.
Sparse matrix implementation with ordered linked-list in C++
Objective: Create and visualize a sparse matrix representation of a graph. Implement the PageRank algorithm on a large web graph dataset and analyze results with different damping factors and personalization. Compare different clustering algorithms on a dataset.
Add a description, image, and links to the sparsematrix topic page so that developers can more easily learn about it.
To associate your repository with the sparsematrix topic, visit your repo's landing page and select "manage topics."