- Haiyue Zhang (haiyuez2) Shitao Shi (shi40) Raymond Wu (haozhen6)
- This link is to our video demo.
- Our primary file structure should look like this:
dir/
data/
input.dat
input_detail.dat
main.ipynb
main.py
documents/
Contract.md
Proposal.md
log.md
results.md
src/
Airport.cpp
Airport.h
BFS.cpp
BFS.h
Interaction.h
interaction.cpp
readFile.cpp
readFile.h
tests/
testdata1.dat
tests.cpp
Makefile
main.cpp
data
stores raw data, cleaned data and data processing routine.src
contains all source code.documents
includes our contract, proposal, log and results.tests
contains all tests cases.
$ make main && ./main
$ make test && ./test
Please see our video demo for running example.