由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一个google的面试题
相关主题
如何高效找到二维平面N个点的中心点问个g的面试题
edit distance那种填表的dp是不是很容易就让别人识破以前是见过的??FB的k-d tree面试题
一道有意思的Google面试题求解一道面试题
问一道google面试题(from careercup)讨论一道面试题
一个Google面试题G家面试题,怎样答面试官才能满意?
Facebook Hacker Cup问一道面试题
google 一题求几个白板面试题onsite面人用
问个google面试题walmartLab面经 phone interview
相关话题的讨论汇总
话题: 面试题话题: google话题: distances话题: brute
进入JobHunting版参与讨论
1 (共1页)
u**7
发帖数: 200
1
find a intersection to build office so that the sum of all employees'
commute distances is minimum.. (the map is represented as a m*n grid, you
are given each employee's coordination, they can only move in up-down and
left-right directions)
这题目除了O(mn)的brute force做法外,还有什么更加高效的吗。
谢谢了
g*****g
发帖数: 212
2
x mean y mean

【在 u**7 的大作中提到】
: find a intersection to build office so that the sum of all employees'
: commute distances is minimum.. (the map is represented as a m*n grid, you
: are given each employee's coordination, they can only move in up-down and
: left-right directions)
: 这题目除了O(mn)的brute force做法外,还有什么更加高效的吗。
: 谢谢了

w*******i
发帖数: 186
3
如果是求最小的欧式距离平方和,取中点坐标一定正确,求导可证。不过如果求最小的
曼哈顿距离之和,取中点感觉不够严格啊。。。

【在 g*****g 的大作中提到】
: x mean y mean
r****c
发帖数: 2585
4
这不是基本题目吗
h*****k
发帖数: 15
5
中位数

★ 发自iPhone App: ChineseWeb 7.8

【在 u**7 的大作中提到】
: find a intersection to build office so that the sum of all employees'
: commute distances is minimum.. (the map is represented as a m*n grid, you
: are given each employee's coordination, they can only move in up-down and
: left-right directions)
: 这题目除了O(mn)的brute force做法外,还有什么更加高效的吗。
: 谢谢了

s********i
发帖数: 74
6
题目要求是曼哈顿距离啊,中位数正解。
g******n
发帖数: 10
7
哪位大神给具体讲讲呗
1 (共1页)
进入JobHunting版参与讨论
相关主题
walmartLab面经 phone interview一个Google面试题
讨论一个多点最短路径的题Facebook Hacker Cup
欢迎大家积极讨论一个ms简单的算法面试题google 一题
问个面试题问个google面试题
如何高效找到二维平面N个点的中心点问个g的面试题
edit distance那种填表的dp是不是很容易就让别人识破以前是见过的??FB的k-d tree面试题
一道有意思的Google面试题求解一道面试题
问一道google面试题(from careercup)讨论一道面试题
相关话题的讨论汇总
话题: 面试题话题: google话题: distances话题: brute