InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is similar to Euclidean distance?(a) Manhattan distance(b) Pythagoras metric(c) Chebyshev distance(d) Heuristic distanceI had been asked this question in semester exam.This interesting question is from Computational Geometry topic in portion Computational Geometry of Data Structures & Algorithms II |
|
Answer» CORRECT option is (B) Pythagoras METRIC Easiest explanation - In older TIMES, Euclidean distance metric is also called a Pythagoras metric which is the length of the LINE segment connecting two points. |
|