https://github.com/mohuishou/ztechallenge2017
中兴捧月算法挑战赛 2017 初赛
https://github.com/mohuishou/ztechallenge2017
Last synced: 5 months ago
JSON representation
中兴捧月算法挑战赛 2017 初赛
- Host: GitHub
- URL: https://github.com/mohuishou/ztechallenge2017
- Owner: mohuishou
- Created: 2017-04-26T10:57:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T15:14:13.000Z (over 8 years ago)
- Last Synced: 2025-02-17T11:34:39.095Z (8 months ago)
- Language: Go
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 中兴捧月算法挑战赛 2017 初赛
## 输入数据格式约定
```
最多经过的点的数目 必过点的数目 必过边的数目 食蚁兽边的数目 点的个数 边的个数//边的数据
顶点 顶点 权重
顶点 顶点 权重
顶点 顶点 权重
...//必过点
顶点
顶点
...//必过边
顶点 顶点
顶点 顶点
...//食蚁兽边(无法到达)
顶点 顶点
```## 测试程序下载
[download](./bin/snapshot/downloads.md)
## 使用
```bash
ZteChallenge2017 -path=测试文件路径ZteChallenge2017 -help //帮助
```