HDU 2224 The shortest path(双调欧几里得旅行商问题)

There are n points on the plane, Pi(xi, yi)(1 <= i <= n), and xi < xj (i<j). You begin at P1 and visit all points then back to P1. But there is a constraint:Before you reach the rightmost point Pn, you can only visit the points those have the bigger x-coordinate value. For example, you are at Pi now, then you can only visit Pj(j > i). When you reach Pn, the rule is changed, from now on you can only visit the points those have the smaller x-coordinate value than the point you are in now, for example, you are at Pi now, then you can only visit Pj(j < i). And in the end you back to P1 and the tour is over.You should visit all points in this tour and you can visit every point only once.

,人若软弱就是自己最大的敌人

HDU 2224 The shortest path(双调欧几里得旅行商问题)

相关文章:

你感兴趣的文章:

标签云: