Redian新闻
>
版花在么, 这只小狗太好看了。
avatar
版花在么, 这只小狗太好看了。# Living
p*e
1
http://www.mitbbs.com/article_t/JobHunting/32281037.html
一个二维数组代表了城市中的坐标,给定N个人的坐标,求坐标使所有人
走到这个坐标的距离的和最小,只可以横着或者竖着走,不可以斜着走
更一般性的问题是找一个地方建distribution center,如何选址
另一个问题
given an array of strings, 求max len(A)*len(B), A B have no common character
一个貌似很简单的问题,
给定两个array of integers, the same size, 两两配对, 求绝对值之和最小
http://mattcb.blogspot.com/2013/03/minimum-weight-of-two-groups
没看懂解法
avatar
s*l
2
400000 cars
avatar
d*0
3
太浩湖踏雪
avatar
s*x
4
第一题好像以前讨论过。
一维的情况, one point, it is the point, 2 points, any point between the
two points should work, 3 points, should be the middle point.
so it should be the median point.
2D, X Y direction should be independent, so it is just to find the median
for all numbers in X Y direction separately.
avatar
b*c
5
没有艾迪威风

【在 d**********0 的大作中提到】
: 太浩湖踏雪
avatar
x*0
6
m
avatar
d*0
7
俺要的就是小可爱。。//Brush....

【在 b*******c 的大作中提到】
: 没有艾迪威风
avatar
M*A
8

最后那题我觉得那个blog给出的答案把问题复杂化了。大概他是想考虑可以重复选某个
数的情况。比如只选b1,出现(a1, b1), (a2, b1), (a3, b1)三个pair。
其实我觉得没必要,只要排序然后计算sum|ai - bi|就可以了。

【在 p**********e 的大作中提到】
: http://www.mitbbs.com/article_t/JobHunting/32281037.html
: 一个二维数组代表了城市中的坐标,给定N个人的坐标,求坐标使所有人
: 走到这个坐标的距离的和最小,只可以横着或者竖着走,不可以斜着走
: 更一般性的问题是找一个地方建distribution center,如何选址
: 另一个问题
: given an array of strings, 求max len(A)*len(B), A B have no common character
: 一个貌似很简单的问题,
: 给定两个array of integers, the same size, 两两配对, 求绝对值之和最小
: http://mattcb.blogspot.com/2013/03/minimum-weight-of-two-groups
: 没看懂解法

avatar
p*g
9
和你的头像一样,太娘了
avatar
h*u
10
我感觉这个是one-to-all shortest path的变形。如果在坐标上有一个点s,距离的和
最小,等同于每个城市到s的shortest distance。
for s in all points
determine the sum of the shortest distances
output the minimum one
算shortest distances时,可以用all-pair shortest paths, such as Floyd-
Warshall
avatar
u*q
11
这是艾迪的lunch,no?
avatar
h*u
12
A[]={5,3,4};
B[]={1,6,2};
min = 5
3-1, 4-2,5-6
这个是assignment problem的应用。
首先
for i in A
for j in B
compute the abs(i,j)
abs 用作在objective里。然后就是assignment problem.
如何解assignment, 可以看看Kuhn的Hungarian_algorithm
http://en.wikipedia.org/wiki/Hungarian_algorithm
avatar
p*g
13
帅哥,你的头像太迷人了

【在 u****q 的大作中提到】
: 这是艾迪的lunch,no?
avatar
g*g
14
blog那个解法貌似是错的。。。

character

【在 p**********e 的大作中提到】
: http://www.mitbbs.com/article_t/JobHunting/32281037.html
: 一个二维数组代表了城市中的坐标,给定N个人的坐标,求坐标使所有人
: 走到这个坐标的距离的和最小,只可以横着或者竖着走,不可以斜着走
: 更一般性的问题是找一个地方建distribution center,如何选址
: 另一个问题
: given an array of strings, 求max len(A)*len(B), A B have no common character
: 一个貌似很简单的问题,
: 给定两个array of integers, the same size, 两两配对, 求绝对值之和最小
: http://mattcb.blogspot.com/2013/03/minimum-weight-of-two-groups
: 没看懂解法

avatar
w*r
15
疙瘩掉了一地

【在 p**********g 的大作中提到】
: 和你的头像一样,太娘了
avatar
h*u
16
如果没有障碍物,这题应该不用求shortest path. 可以直接用weighted median, 先是
X, 然后Y. 可以看CLRS order statistics的习题。网上有答案。
avatar
d*0
17
俺的头像才迷人捏。
avatar
p*e
18
mark
avatar
p*g
19
看见你的头像,我总想到一个中年男子(刚开始)学唱花旦,哈哈哈

【在 d**********0 的大作中提到】
: 俺的头像才迷人捏。
avatar
l*k
20
好可爱。是什么品种?
avatar
c*o
21
不经吃
avatar
c*z
22
和我家狗一个品种,查理王小猎犬,特别有爱心
avatar
l*o
23
呵呵, 是很cute。 你想养狗啦?
我以后如果养小狗的话考虑养这种

【在 d**********0 的大作中提到】
: 太浩湖踏雪
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。