X Tutup
Skip to content

adding sparse matrix codes#752

Closed
rpotter12 wants to merge 1 commit intoTheAlgorithms:masterfrom
rpotter12:master
Closed

adding sparse matrix codes#752
rpotter12 wants to merge 1 commit intoTheAlgorithms:masterfrom
rpotter12:master

Conversation

@rpotter12
Copy link
Copy Markdown

A matrix is a two-dimensional data object made of m rows and n columns, therefore having total m x n values. If most of the elements of the matrix have 0 value, then it is called a sparse matrix.

@stale
Copy link
Copy Markdown

stale bot commented Feb 16, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 16, 2021
@stale
Copy link
Copy Markdown

stale bot commented Jun 20, 2021

Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!

@stale stale bot closed this Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup