由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 一道google 题,谁给翻译一下意思,多谢。
相关主题
这道题怎么做?请教一道 G 家 DNA edit distance的题
Maximum Sum of Increasing Sequence面试题
career cup 上9.4题答案是否正确1 11 21 1211 sequence的代码
面试题count # of increasing subsequences of String求解贴点面试题
G家面试题: Longest Increasing Sequence 2D matrixplease DIscuss Two similar alg questions
狗家 题 讨论问一道简单DP题
问道G题(4)edit distance
求解一道面试题 snake sequenceInterview Questions for an investment bank
相关话题的讨论汇总
话题: items话题: reading话题: increases话题: sequence话题: absolute
进入JobHunting版参与讨论
1 (共1页)
d****o
发帖数: 1055
1
Given two sequences of items, find the items whose absolute number increases
or decreases the most when comparing one sequence with the other by reading
the sequence only once.
看不懂
m*******l
发帖数: 12782
2
series A: 1 3 5 2 8 98
series B: 1 -1 2 3 8 -192
item 6 has the max increase
baozi

increases
reading

【在 d****o 的大作中提到】
: Given two sequences of items, find the items whose absolute number increases
: or decreases the most when comparing one sequence with the other by reading
: the sequence only once.
: 看不懂

d****o
发帖数: 1055
3
好像不是这个意思,absolute number是指的那个数的个数。
我后来的理解。
就是说
series A: 1 2 2 2 2 3 3 3 4 4 4
series B: 1 2 3 4
那么答案是2。 2的个数降低最多。
不知道我的理解对不对。

【在 m*******l 的大作中提到】
: series A: 1 3 5 2 8 98
: series B: 1 -1 2 3 8 -192
: item 6 has the max increase
: baozi
:
: increases
: reading

l*****a
发帖数: 14598
4
sigh
俺业看不懂

increases
reading

【在 d****o 的大作中提到】
: Given two sequences of items, find the items whose absolute number increases
: or decreases the most when comparing one sequence with the other by reading
: the sequence only once.
: 看不懂

k***t
发帖数: 276
5
I found this in my notes taken from someone's blog.
===============================================================
9.Given two sequences of items, find the items whose
absolute number increases or decreases the most when comparing
one sequence with the other by reading the sequence only once.
Solution:Well, this question requires some reading and understanding
of data streams.The stress is upon the algorithmic challenges in web search
engines.It wouldn't be appropriate to quote a short piece of text
as the answer.So please go through the paperFinding Frequent Items http://www.cs.rutgers.edu/%7Efarach/pubs/FrequentStream.pdf in Data Streams to have a thorough understanding of the problem
as well as its applications.
Click here for the questions
http://placementsindia.blogspot.com/2007/09/google-top-intervie

increases
reading

【在 d****o 的大作中提到】
: Given two sequences of items, find the items whose absolute number increases
: or decreases the most when comparing one sequence with the other by reading
: the sequence only once.
: 看不懂

d****o
发帖数: 1055
6
Given two sequences of items, find the items whose absolute number increases
or decreases the most when comparing one sequence with the other by reading
the sequence only once.
看不懂
m*******l
发帖数: 12782
7
series A: 1 3 5 2 8 98
series B: 1 -1 2 3 8 -192
item 6 has the max increase
baozi

increases
reading

【在 d****o 的大作中提到】
: Given two sequences of items, find the items whose absolute number increases
: or decreases the most when comparing one sequence with the other by reading
: the sequence only once.
: 看不懂

d****o
发帖数: 1055
8
好像不是这个意思,absolute number是指的那个数的个数。
我后来的理解。
就是说
series A: 1 2 2 2 2 3 3 3 4 4 4
series B: 1 2 3 4
那么答案是2。 2的个数降低最多。
不知道我的理解对不对。

【在 m*******l 的大作中提到】
: series A: 1 3 5 2 8 98
: series B: 1 -1 2 3 8 -192
: item 6 has the max increase
: baozi
:
: increases
: reading

l*****a
发帖数: 14598
9
sigh
俺业看不懂

increases
reading

【在 d****o 的大作中提到】
: Given two sequences of items, find the items whose absolute number increases
: or decreases the most when comparing one sequence with the other by reading
: the sequence only once.
: 看不懂

k***t
发帖数: 276
10
I found this in my notes taken from someone's blog.
===============================================================
9.Given two sequences of items, find the items whose
absolute number increases or decreases the most when comparing
one sequence with the other by reading the sequence only once.
Solution:Well, this question requires some reading and understanding
of data streams.The stress is upon the algorithmic challenges in web search
engines.It wouldn't be appropriate to quote a short piece of text
as the answer.So please go through the paperFinding Frequent Items http://www.cs.rutgers.edu/%7Efarach/pubs/FrequentStream.pdf in Data Streams to have a thorough understanding of the problem
as well as its applications.
Click here for the questions
http://placementsindia.blogspot.com/2007/09/google-top-intervie

increases
reading

【在 d****o 的大作中提到】
: Given two sequences of items, find the items whose absolute number increases
: or decreases the most when comparing one sequence with the other by reading
: the sequence only once.
: 看不懂

a*******y
发帖数: 1040
11
这个谁有答案吗?这个不是用个map就解决了吗,当然要是large data stream是另外问
1 (共1页)
进入JobHunting版参与讨论
相关主题
Interview Questions for an investment bankG家面试题: Longest Increasing Sequence 2D matrix
谁有兴趣做道题?狗家 题 讨论
one amazon interview problem问道G题(4)
问个AMAZON以前没讨论出结果的题求解一道面试题 snake sequence
这道题怎么做?请教一道 G 家 DNA edit distance的题
Maximum Sum of Increasing Sequence面试题
career cup 上9.4题答案是否正确1 11 21 1211 sequence的代码
面试题count # of increasing subsequences of String求解贴点面试题
相关话题的讨论汇总
话题: items话题: reading话题: increases话题: sequence话题: absolute