An open API service indexing awesome lists of open source software.

https://github.com/basemax/sparsematrixlinkedlistgo

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.
https://github.com/basemax/sparsematrixlinkedlistgo

data-structure datastructure ds go golang linkedlist sparse sparse-matrix sparsematrix

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project