What is the optimum way to find the furthest point from a given point in a matrix?

前端 未结 0 391
北恋
北恋 2021-01-20 15:47

Consider a Matrix of dimension NxM. Given a point P =(x,y) in the matrix, find another point Q = (x1,y1) such that Q is furthest away from P. Solutions in python appreciated

相关标签:
回答
  • 消灭零回复
提交回复
热议问题