由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 讨论几个面试题
相关主题
Check if the sum of two integers in an integer array eqauls to the given number [合集] 面试题: Shuffle a deck of cards
面试题 -算法?这个怎么allocate memory?
[转载] CS Algorithm Interview question一FG家常见题 (转载)
If using C++, please avoid the use of STL for these questio (转载)Java 的算法题:怎样把missing value替换成0 放在新生成的2D array里面?
An interview question. Thanks.这两种写法面試时候你喜欢哪种?
Re: amazon onsite interview question (转载)贡献一下:本版上搜集的 Google 面试题 (转载)
问个面试题目又一道面试题,我是不是想多了?
a probability interview question.一道面试题
相关话题的讨论汇总
话题: array话题: 000话题: given话题: integers话题: determine
进入Programming版参与讨论
1 (共1页)
g*****u
发帖数: 298
1
# You are given an array with integers between 1 and 1,000,000. One integer
is in the array twice. How can you determine which one? Can you think of a
way to do it using little extra memory.
# You are given an array with integers between 1 and 1,000,000. One integer
is missing. How can you determine which one? Can you think of a way to do it
while iterating through the array only once. Is overflow a problem in the
solution? Why not?
#Implement Shuffle given an array containing a deck of cards a
1 (共1页)
进入Programming版参与讨论
相关主题
一道面试题An interview question. Thanks.
一道Microsoft的面试题Re: amazon onsite interview question (转载)
一道bit operator面试题问个面试题目
[合集] 抛砖引玉-又一道M$面试题的解法... (转载)a probability interview question.
Check if the sum of two integers in an integer array eqauls to the given number [合集] 面试题: Shuffle a deck of cards
面试题 -算法?这个怎么allocate memory?
[转载] CS Algorithm Interview question一FG家常见题 (转载)
If using C++, please avoid the use of STL for these questio (转载)Java 的算法题:怎样把missing value替换成0 放在新生成的2D array里面?
相关话题的讨论汇总
话题: array话题: 000话题: given话题: integers话题: determine