Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1 Navigate bash shell to src/ directory. 2 gcc main.c -o ../bin/a.out to compile the file and get executable named "a.out" in the bin directory. 3 Instead of SampleInput.csv, we are reading the input from Input.csv file. Kindly provide input through Input.csv in bin/ directory or change the INPUT_FILE variable on line 11 in the main.c file and recompile to read input from desired file. 4 The output matrix is produced in the Output.csv file. 5 Navigate to bin/ directory and ensure visualise.py file is present there. 6 ./a.out to execute the program.