Simple Addition and Multiplication with sparse matrices.
To Run:
Clone/download the repository locally
Through the terminal, compile the program with the following command: g++ -std=c++11 *.cpp -o main
Go in the test cases folder and bring them out to the main directory: mv * ..
To execute: ./main A=<.txt file for matrix A> B=<.txt file for matrix B> Recursive=<Y/N> Storage=<LinkedList/ArrayList>