Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 689 Bytes

File metadata and controls

17 lines (12 loc) · 689 Bytes

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