贡献一下:本版上搜集的 Google 面试题 (转载)# Programming - 葵花宝典
N*y
1 楼
【 以下文字转载自 JobHunting 讨论区 】
发信人: kfk (狂风), 信区: JobHunting
标 题: 贡献一下:本版上搜集的 Google 面试题
发信站: BBS 未名空间站 (Thu Oct 19 12:18:44 2006), 转信
有点儿乱,大伙凑活吧
==========================
Phone interview questions:
==========================
1)Using c/c++ or Java, how to track stack grow up or shrink down
2)Assuming speed is more important than storage, how do you count the number
of bits that will set in 32 bit integer.
Q: 如何count任意一个整数中有多少个二进制的1
Q:在Web Crawler中,如何快速检查一个URL是否已经被check过
我的回答:建立一批Hash table,每个表用不同的
发信人: kfk (狂风), 信区: JobHunting
标 题: 贡献一下:本版上搜集的 Google 面试题
发信站: BBS 未名空间站 (Thu Oct 19 12:18:44 2006), 转信
有点儿乱,大伙凑活吧
==========================
Phone interview questions:
==========================
1)Using c/c++ or Java, how to track stack grow up or shrink down
2)Assuming speed is more important than storage, how do you count the number
of bits that will set in 32 bit integer.
Q: 如何count任意一个整数中有多少个二进制的1
Q:在Web Crawler中,如何快速检查一个URL是否已经被check过
我的回答:建立一批Hash table,每个表用不同的