Shortest distance among points
We create an array of points in a two dimensional plane using the following random number generator:
Let be the shortest distance of any two (distinct) points among .
E.g.
Find . Give your answer rounded to places after the decimal point.
随机点集最短距离
使用下列随机数生成器生成二维随机点列:
记为中任意(不同的)两点间最短距离。
已知。
求,并将你的答案四舍五入至小数点后位。
Gitalking ...