摘要:
给定一个有向图G=(V,E),把图中的边看作 管道,每条边上有一个权值,表示该管道 的流量上限。给定源点s和汇点t,现在假设 在s处有一个水源,t处有一个蓄水池,问从 s到t的最大水流量是多少? 网络流图里,源点流出的量,等于汇点流 入的量,除源汇外的任何点,其流入量之 和等于流出两之和。 下面我们 阅读全文
posted @ 2017-12-14 19:56
Beserious
阅读(5332)
评论(0)
推荐(1)
摘要:
Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum pro 阅读全文
posted @ 2017-12-14 18:34
Beserious
阅读(200)
评论(0)
推荐(0)
浙公网安备 33010602011771号