Homework code-repository as submitted by Group 7 for CSC591(021) Spring 2024.
- Navigate to the respective hw/w(?) folder. '?' signifies the homework number and week number.
- Output file for the weeks homework will be in hw/w(?)/src/w(?).out
- To run the main code with file as input
python3 src/main.py --file data/auto93.csv - To only run all test cases
python3 src/test.py --file data/auto93.csv --test all - To run particular test case
python3 src/test.py --file data/auto93.csv --test sym_add