由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 贡献两个题
相关主题
求帮忙看看哪里有问题!想咨询一下Milpitas, CA 的情况
能不能讨论一下kmp请教Palo Alto的住宿问题,同时汇报面试题若干
放c code求老师傅指教请问大家实习的时候交通怎么解决的呢
仅存onsite一只。。。散尽家财求bless寻找facebook工作referral (转载)
中部12w和西部15w比应该选哪个?报个offer(VM),并请教如何negotiate
[合集] 报告一个offer+教训+请教问题。job openings at Disney social gaming -- palo alto
贴一个小公司https://imo.im/jobs.html求推荐工作机会 software engineer position
facebook is hiring (转载)Interview Question I Got
相关话题的讨论汇总
话题: buffersize话题: 题目话题: sort话题: code话题: ori
进入JobHunting版参与讨论
1 (共1页)
h******3
发帖数: 351
1
Palo Alto小公司, 不错的start up.
一上来半个小时, 三个题, 一张纸. 我开始没重视(字迹廖草), 最后就载在上面.
code, code, code强, 才有机会啊.
1. 给你一个整数数组 int[] arr, size较小. 请写出一个sort method.
comments: 我写的是selection sort. 题目里边数据量没有具体数据, 也无人可以问,
发题目的是recruiter. 如果你面世, 写那个啊? quick sort
2. step by step, explain what does server do when execute
select max(colname) from t1;
3. 一张表, 写with statement
j*****u
发帖数: 1133
2
说实话题目挺无聊的

,

【在 h******3 的大作中提到】
: Palo Alto小公司, 不错的start up.
: 一上来半个小时, 三个题, 一张纸. 我开始没重视(字迹廖草), 最后就载在上面.
: code, code, code强, 才有机会啊.
: 1. 给你一个整数数组 int[] arr, size较小. 请写出一个sort method.
: comments: 我写的是selection sort. 题目里边数据量没有具体数据, 也无人可以问,
: 发题目的是recruiter. 如果你面世, 写那个啊? quick sort
: 2. step by step, explain what does server do when execute
: select max(colname) from t1;
: 3. 一张表, 写with statement

h******3
发帖数: 351
3
题目是否无聊没有标准, :D.
但是code 是否快并且正确, 却是令人刮目的,

【在 j*****u 的大作中提到】
: 说实话题目挺无聊的
:
: ,

d**f
发帖数: 264
4
我也来贡献一个不算无聊的题目
考基本功
function prototype:
bool ReplaceSubString( char* ori, const char* sub, const char* rep, int
buffersize );
要求不能用任何std lib,也就是strlen(),strstr()都需要你自己写
要求O(n) and in place.
ori is the original string;
sub is the sub-string need to be replaced;
rep is the replaced string;
buffersize is the 'ori' buffersize.
If the result str size is larger than the buffersize, return false.
题目的idea也很容易想出来,但是要在半个小时写出clean的code,必须是一个非常熟练
的码工.
1 (共1页)
进入JobHunting版参与讨论
相关主题
Interview Question I Got中部12w和西部15w比应该选哪个?
Senior Windows engineer opening: VMware/Palo Alto[合集] 报告一个offer+教训+请教问题。
加州湾区工程类Ph.D.,3年经验贴一个小公司https://imo.im/jobs.html
咨询一个offerfacebook is hiring (转载)
求帮忙看看哪里有问题!想咨询一下Milpitas, CA 的情况
能不能讨论一下kmp请教Palo Alto的住宿问题,同时汇报面试题若干
放c code求老师傅指教请问大家实习的时候交通怎么解决的呢
仅存onsite一只。。。散尽家财求bless寻找facebook工作referral (转载)
相关话题的讨论汇总
话题: buffersize话题: 题目话题: sort话题: code话题: ori