由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 面试题
相关主题
几道微软面试题问一道题目
油管面经C++ Q86: Find the bits that are one in a byte (in C)
一道面试题弱问一个150上的10.3题,bit vector的。。。
分享一道电面题,兼下午Onsite攒人品求祝福请教一道bit操作的经典题
求教一道面试题Google Intern
一道google的面试题.问个题目
悲剧的FB二面如何左右翻转Byte
Post 1 question: Bits operation using C programming贡献一下:本版上搜集的 Google 面试题
相关话题的讨论汇总
话题: bits话题: byte话题: count话题: recursive话题: hint
进入JobHunting版参与讨论
1 (共1页)
l*****e
发帖数: 2
1
1. reverse a single linked list
hint: recursive method
requirement: solve it with non-recursive method
2. count bits of "1" in a big byte array, given byte array address and total
bits
requirement: optimize for time
3. count bits of "1" in a byte, loop exactly the same times as bits of "1"
example: count bits of "1" in 0x5, loop exactly twice (as there are 2 bits
of "1")
hint: combine an arithmetic operation and a bit operation
4. design about a system with multiple web crawling servers
5. descr
1 (共1页)
进入JobHunting版参与讨论
相关主题
贡献一下:本版上搜集的 Google 面试题求教一道面试题
看一道面试题一道google的面试题.
VMware的面试题悲剧的FB二面
贡献一道面试题Post 1 question: Bits operation using C programming
几道微软面试题问一道题目
油管面经C++ Q86: Find the bits that are one in a byte (in C)
一道面试题弱问一个150上的10.3题,bit vector的。。。
分享一道电面题,兼下午Onsite攒人品求祝福请教一道bit操作的经典题
相关话题的讨论汇总
话题: bits话题: byte话题: count话题: recursive话题: hint