InterviewSolution
Saved Bookmarks
| 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 |
|