The structure of the repository woule be like the following:
ADS-Project2
├── docs
│ ├── report.pdf
│ ├── interface.md
│ └── ...
├── src
│ ├── code
│ │ ├── outputs // All outputs of different data from graphwithdiffnode folder
│ │ ├── HeapLibrary // Different heap implementations
│ │ └── other code
│ ├── testcase
│ │ ├── graphwithdiffnode //All testcases
│ │ └── other testcases
│ └── ...
└── README.md
If you wanna run the code:
- For any
.py
file, click right button of your mouse to run in terminal. - For
.c
file, change input file infscanf
, an then run in terminal with
g++ xxx.c -o -std=c++11 xxx
./xxx
All testcases are attached, for American traffic network data, visit DIMACS, our group used BAY, FLA, NY for testing.
In the testcase/graphwithdiffnode are graphs where linear stands for
For anyone wanna purchase a commit, follow the rules:
- Make your commit comments clear.
- Do not any purchase meaningless commit.