Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 434 Bytes

File metadata and controls

13 lines (7 loc) · 434 Bytes

Sparse-Matrix-Calculator

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>