This is the repository of ADS project6. The structure would be like the following:
ADS-Project6
├── docs
│ ├── report.pdf
│ ├── interface.md
│ └── ...
├── src
│ ├── code
│ │ └── code
│ ├── testcase
│ │ └── 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
For anyone wanna purchase a commit, follow the rules:
- Make your commit comments clear.
- Do not purchase any meaningless commit.
- Please code in your own fork and send merge request when finished. All code sended to main branch should be reviewed detailedly.