由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一道two sigma的面试题
相关主题
分享一道google 面试题。大数据相关。早上的面试题 -
Amazon一道synchronization的面试题gg面试题
求关于数据库设计的资料分享面试题
请教个 interview questionBloomberg, Microsoft, Indeed, ebay面试题
问个题目,好像以前有人问过~~~请教一道面试题
leetcode似乎c++11支持不完全?非常好的总结面试题准备,分享一下!
一道多线程的面试题Java concurrency 面试题
请教一道onsite面试题求一个面试题解答。。
相关话题的讨论汇总
话题: data话题: sets话题: output话题: possible话题: copy
进入JobHunting版参与讨论
1 (共1页)
x********n
发帖数: 170
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
c********p
发帖数: 1969
2
mark
q****o
发帖数: 57
3
怎么感觉像是POJ上的题
r*****e
发帖数: 792
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:

1 (共1页)
进入JobHunting版参与讨论
相关主题
求一个面试题解答。。问个题目,好像以前有人问过~~~
Java 面试题leetcode似乎c++11支持不完全?
一个系统设计问题一道多线程的面试题
M onsite面经请教一道onsite面试题
分享一道google 面试题。大数据相关。早上的面试题 -
Amazon一道synchronization的面试题gg面试题
求关于数据库设计的资料分享面试题
请教个 interview questionBloomberg, Microsoft, Indeed, ebay面试题
相关话题的讨论汇总
话题: data话题: sets话题: output话题: possible话题: copy