InterviewSolution
Saved Bookmarks
| 1. |
Manhattan distance is an alternative way to define a distance between two points.(a) true(b) falseThe question was posed to me during an online interview.Query is from Computational Geometry topic in chapter Computational Geometry of Data Structures & Algorithms II |
|
Answer» CORRECT answer is (a) true The best EXPLANATION: Manhattan distance is an alternative way to CALCULATE distance. It is the distance between two points measured ALONG axes at right ANGLES. |
|