由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 两道M软件大公司的最新面世算法题 (转载)
相关主题
an interview questionwhat does this mean?
An interview question. Thanks.find the subarray
一个哈希表问题Interview question
Check if the sum of two integers in an integer array eqauls to the given number 求助一个数据结构的求时间复杂度问题
面试题 -算法?一个数据结构中的数学求和问题求教 (转载)
[转载] CS Algorithm Interview questionhow to get division and reminder in one operation?
几道 google interview 的题目来来来,我也问个题 (转载)
贡献一下:本版上搜集的 Google 面试题 (转载)what does "a & -2" mean?
相关话题的讨论汇总
话题: binary话题: integer话题: bit话题: function
进入Programming版参与讨论
1 (共1页)
r*********s
发帖数: 2157
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: lakewest (lake), 信区: JobHunting
标 题: 两道M软件大公司的最新面世算法题
发信站: BBS 未名空间站 (Tue May 27 19:21:11 2008)
1. 写一个function, input is binary bit like 0001001010101, ouput the mirror
of the binary bit, which is 1010101001000
2. Given an array of integers, write a function that returns the difference
between the largest even integer and the smallest odd integer.
1 (共1页)
进入Programming版参与讨论
相关主题
what does "a & -2" mean?面试题 -算法?
HOW TO round float numbers to integer? in C[转载] CS Algorithm Interview question
one more interview question 几道 google interview 的题目
一道面试题贡献一下:本版上搜集的 Google 面试题 (转载)
an interview questionwhat does this mean?
An interview question. Thanks.find the subarray
一个哈希表问题Interview question
Check if the sum of two integers in an integer array eqauls to the given number 求助一个数据结构的求时间复杂度问题
相关话题的讨论汇总
话题: binary话题: integer话题: bit话题: function