The github repository for this laboratory can be found at:
https://github.com/JaredP94/ELEN4020-Lab3
To clone our github repository, one of two urls can be used:
HTTP https://github.com/JaredP94/ELEN4020-Lab3.git
SSH git@github.com:JaredP94/ELEN4020-Lab3.git
Important:
Before running the code:
Edit AlgorithmA.py and AlgorithmB.py Lines 7 & 11 to ensure file names inside open()
match the input files.
To run the input files:
AlgorithmA: python AlgorithmA.py outA1.list outB1.list
AlgorithmA: python AlgorithmA.py outA2.list outB2.list
AlgorithmA: python AlgorithmA.py outA3.list outB3.list
AlgorithmB: python AlgorithmB.py outA1.list outB1.list
AlgorithmB: python AlgorithmB.py outA2.list outB2.list
AlgorithmB: python AlgorithmB.py outA3.list outB3.list
To run question 6, a script must be run.
In order to do this, run
chmod 755 script.sh
./script.sh
Code: code related files
Docs: documentation related files