Redian新闻
>
Position: Research Scientist in Biostats/Bioinfo
avatar
Position: Research Scientist in Biostats/Bioinfo# Biology - 生物学
p*2
1
我理解起来还挺费劲,可能做graph的题太少了。
n个city由one way road 相连。现在有问题就是有些城市不能连通,所以需要redirect
roads.
输入每条路redirect的cost,算出把所有城市连通所需要最小的cost。
比如
input
3
1 3 1
1 2 1
3 2 1
output
1
input
3
1 3 1
1 2 5
3 2 1
output
2
input
6
1 5 4
5 3 8
2 4 15
1 6 16
2 3 23
4 6 42
output
39
input
4
1 2 9
2 3 8
3 4 7
4 1 5
output
0
avatar
r*q
2
UNC Charlotte Dept. of Bioinformatics is seeking a full time research
scientist in Biostatistics/Bioinformatics. The incumbent will develop
statistical/computational methods/tools for high throughput omics (genome,
transcriptome, proteome, metabolome etc) data integration, analysis and
visualization; apply them to complex diseases/traits and biomedical problems.
For more info about the position, qualifications and pay level etc:
https://www.biostars.org/p/222898/
avatar
r*n
3
抢个100084

redirect

【在 p*****2 的大作中提到】
: 我理解起来还挺费劲,可能做graph的题太少了。
: n个city由one way road 相连。现在有问题就是有些城市不能连通,所以需要redirect
: roads.
: 输入每条路redirect的cost,算出把所有城市连通所需要最小的cost。
: 比如
: input
: 3
: 1 3 1
: 1 2 1
: 3 2 1

avatar
r*n
4
弄出strongly connected component, 是个dag吧...然后把dag的sink和source连起来,
就是一整个connected component了

redirect

【在 p*****2 的大作中提到】
: 我理解起来还挺费劲,可能做graph的题太少了。
: n个city由one way road 相连。现在有问题就是有些城市不能连通,所以需要redirect
: roads.
: 输入每条路redirect的cost,算出把所有城市连通所需要最小的cost。
: 比如
: input
: 3
: 1 3 1
: 1 2 1
: 3 2 1

avatar
m*i
5
解释一下input
avatar
p*2
6

3
1 3 1
1 2 1
3 2 1
三个城市
城市1-3 one way road, 如果换方向的话cost是1

【在 m****i 的大作中提到】
: 解释一下input
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。