Skip to content

Creating code that uses linked lists to create matrix spaces where the only value that is stored are those other than zero.

Notifications You must be signed in to change notification settings

alexandrejastrow/sparseMatrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sparse Matrices

Creating code that uses linked lists to create matrix spaces where the only value that is stored are those other than zero.

Createde By

Alexandre Jastrow da Cruz

Objective: to create sparse matrices using linked list where the values equal to zero are not stored and to create a function that adds 2 matrices, returning as a response a third matrix resulting from the sum of the previous ones.

pdf with description of the challenge

Image demonstration

image demonstration

About

Creating code that uses linked lists to create matrix spaces where the only value that is stored are those other than zero.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published