Creating code that uses linked lists to create matrix spaces where the only value that is stored are those other than zero.
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.
