1.

Which of the points are closer to each other?(a) p1 and p11(b) p3 and p8(c) p2 and p3(d) p9 and p10I had been asked this question in quiz.This intriguing question comes from Computational Geometry topic in section Computational Geometry of Data Structures & Algorithms II

Answer»

The CORRECT answer is (c) p2 and p3

The explanation is: From symmetry, we determine that the CLOSEST pair is p2 and p3. But the exact calculations have to be done USING Euclid’s algorithm.



Discussion

No Comment Found

Related InterviewSolutions