This is a repository for Algorithm and Data Structure B
We use imos method for this assignment. We calculate the answer first, then we make a submission file.
- compile
gcc adsb_G1.c -o adsb_G1 -g -Wall
- run
./adsb_G1 <data file> <range file> <output file>
- run all test cases
./run_c
- run all test cases with measurement of time and memory
./measure