分享:中英文育儿书# NextGeneration - 我爱宝宝
s*n
1 楼
昨天刚面的,2轮back to back.
第一轮:
1. 给一个字符串和a set of characters。把string按照set of characters里面的
character split.
sample input:
"i'm going to the story--today", {' ', '-'}
sample output:
{"i'm", "going", "to", "the", "store", "today"}
2. 模拟LRU。给出input,写出每一步cache中的变化。
第二轮:
1. Given an array of ints find the only repeated number. 假定最多只有一个重
复数字。
followup:如果没有重复数字,函数值怎么返回
2. Write a function that checks if a given string is a palindrome.
3. 设计。有一个Backpack class。里面有2个method, Put(Object_name, Object)和
Get(Object_name). What data structure or design would you use for this
backpack?
就这些了……
真心求大家的bless.之前面的几个都被拒了……希望这个能有机会。今天下午还有一个
面试,同样希望能得到大家的bless。从12月底到现在找了2个月了,这是最后的机会了
……多谢!
第一轮:
1. 给一个字符串和a set of characters。把string按照set of characters里面的
character split.
sample input:
"i'm going to the story--today", {' ', '-'}
sample output:
{"i'm", "going", "to", "the", "store", "today"}
2. 模拟LRU。给出input,写出每一步cache中的变化。
第二轮:
1. Given an array of ints find the only repeated number. 假定最多只有一个重
复数字。
followup:如果没有重复数字,函数值怎么返回
2. Write a function that checks if a given string is a palindrome.
3. 设计。有一个Backpack class。里面有2个method, Put(Object_name, Object)和
Get(Object_name). What data structure or design would you use for this
backpack?
就这些了……
真心求大家的bless.之前面的几个都被拒了……希望这个能有机会。今天下午还有一个
面试,同样希望能得到大家的bless。从12月底到现在找了2个月了,这是最后的机会了
……多谢!