We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from Volume 7. Graph Algorithms and Implementation Techniques
给你一张图。求图上任意两点间,经过的路径中最大值最小的路径。输入以边的方式表达的图。输出所求路径上的最大值。
询问任意两点间的最优路径,可以想到Floyd。只要修改Floyd选边的策略就可以了。