Group Members:
- Chua, Edric Jarvis
- Cruz, Renz Ezekiel
- Li, Wai Kei
- Yu, Cedric Leopold
- Install the required dependencies
gccandmake. cdinto project root.- Run
make releaseto compile executable. - Executable is located at
build/a.out. - After usage, run
make cleanto remove executable and build artifacts.
- Program reads input from
stdin. - Input redirection is preferred method for passing inputs (i.e.
build/a.out < input_txt_file_here). - All inputs are expected to conform to the specifications.
- Other compilation targets:
alldebugbenchbench-prof benchprints output together with CPU execution time.bench-profis the same asbenchbut with extra compilation flags for profiling with gprof.- Run
./testscript.shfor info on how to run test cases. (requires optional dependencies)