1.

The most important condition for which closest pair is calculated for the points (pi, pj) is?(a) i>j(b) i!=j(c) i=j(d) i

Answer»

The correct choice is (d) i
Easiest explanation - To avoid COMPUTING the DISTANCE between the same pair of POINTS TWICE, we consider only the pair of points (pi, pj) for which i



Discussion

No Comment Found

Related InterviewSolutions