Skip to content

ForeverHYX/ADS-Project6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADS SP24 Group3 Project6

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

How to run?

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 in fscanf, an then run in terminal with
g++ xxx.c -o -std=c++11 xxx
./xxx

Attention

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published