Redian新闻
>
请教一道two sigma的面试题
avatar
请教一道two sigma的面试题# JobHunting - 待字闺中
x*n
1
这道题自己实在是完全没有头绪
Write a program to synchronize data sets between data centers using as few
copies as possible.
Example 1: ---------- Input: 4 1 3 4 1 2 3 1 3 1 4 2 One Possible Correct
Output: 2 2 1 4 1 2 2 2 3 4 4 3 3 1 4 done
nput:
line1: number of data sets
line2,3,4... = the actual data sets
Output:
optimal copy strategy:
each line must contain one copy instruction
Eg: 4 1 2 means move number 4 from data set 1 to data set 2
avatar
c*p
2
mark
avatar
q*o
3
怎么感觉像是POJ上的题
avatar
r*e
4
这题是他家online testing的二题之一啊,
一直没换过啊。

【在 x********n 的大作中提到】
: 这道题自己实在是完全没有头绪
: Write a program to synchronize data sets between data centers using as few
: copies as possible.
: Example 1: ---------- Input: 4 1 3 4 1 2 3 1 3 1 4 2 One Possible Correct
: Output: 2 2 1 4 1 2 2 2 3 4 4 3 3 1 4 done
: nput:
: line1: number of data sets
: line2,3,4... = the actual data sets
: Output:
: optimal copy strategy:

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