|
G*********n 发帖数: 53 | 2 大牛啊!Congrats。 PS. strstr() 除了KMP rolling hash, suffix tree 都是可以
做的,所以至少有4种解法。那个阿三出这种题目难为人真是太2了。 |
|
|
g*********e 发帖数: 14401 | 4 能说说这道题怎么个思路吗?想来想去只有n^2的暴力方法
第二轮是个阿三,感觉很吊的样子,一副大爷样地坐在那里,让我很不爽。他就问了很
简单的一道题,然后就是不停地问我如何改进。
2. Given a list of words, find two strings S & T such that:
a. S & T have no common character
b. S.length() * T.length() is maximized
Follow up: how to optimize and speed up your algorithm |
|
|
|
|
|
e**********w 发帖数: 36 | 9 赞啊!programming pearls地位骤降。
求问楼主:
google对phd没怎么问research?
弱弱问下他们on-site时候有没有先要advisor recommendation letter和phd abstract
? |
|
|
|
|
P**********r 发帖数: 755 | 13 膜拜一下。。。
太厉害了
是不是狗家的女面试官全是全程黑脸啊 俺也碰到个全程黑脸的女面试官。吓尿了 |
|
|
s********l 发帖数: 998 | 15 牛mm~
cong~
这个先sort 一下 就不用n^2了把~ |
|
Q****a 发帖数: 296 | 16 请问为啥fb涨工资还要先加面design呢? 是因为之前onsite design答的不够好么?
还想请问加面的design难么? 求细节:) 私信你了。谢谢啊:) |
|
|
|
f**********t 发帖数: 1001 | 19 // 一排房子,每个房子里有一定价值的东西,小偷不能偷相邻的两个房间
int MaxSteal(vector vi) {
vector steal(vi.size(), 0);
if (vi.empty()) {
return 0;
}
steal[0] = max(0, vi[0]);
if (vi.size() < 2) {
return steal[0];
}
steal[1] = max(steal[0], vi[1]);
for (size_t i = 2; i < vi.size(); ++i) {
steal[i] = max(steal[i - 1], max(0, vi[i]) + steal[i - 2]);
}
return steal.back();
}
void MaxStealTest() {
cout << "MaxStealTest:n";
cout << MaxSteal({1,2,3,4}) << ' ' << MaxSteal({-1,-2}) <<
... 阅读全帖 |
|
f**********t 发帖数: 1001 | 20 // Given an array [a1, a2, ..., an, b1, b2, ..., bn], transform it to [a1,
b1, a2, b2, ..., an, bn].
void EvenShuffle_(string &vi, size_t left, size_t right, bool leftmore) {
size_t len = right - left;
if (len < 2) {
return;
} else if (len == 2) {
if (!leftmore) {
swap(vi[left], vi[left + 1]);
}
return;
}
size_t mid = left + len / 2;
size_t ll = left + len / 4;
bool llmore = true;
bool rlmore = true;
if (len % 4 == 1) {
if (leftmore) {
++mid;
... 阅读全帖 |
|
|
|
|
|
|
f******h 发帖数: 45 | 26 也找工作了一段时间了,从版上学了很多,上周G家面完了,求个bless。
之前的一些都挂了,还在继续找其他的。等定下来之后一定发面经回报本版。
谢谢大家啦!!
1. http://www.mitbbs.com/article_t/JobHunting/32005597.html
1) Implement a simple calculator (+,-,*,/);
2) Implement "+1" for a large integer;
3) How to match Ads to users;
4) How to extract useful information from a forum webpage (list all
kinds of useful signal you can think of)
5) How to detect the duplicate HTML pages (large scale);
6) Find all the paths between two places on Google map;
7)... 阅读全帖 |
|
发帖数: 1 | 27 在芝加哥地区招有SAP经验的IT Business Analyst四名,要求有五年以上经验,hands
on configuration experience with excellent project management skills,
communication skills, and problem-solving skills. Food industry experience
is a plus but not required.
工资120K- 140K DOE; 15% annual bonus. These are full-time positions with
full benefits, not contracting positions. Do not sponsor green card。
FI/COPA; MM/IM/WM; PP/QM/PLM; SD/TM 各一名。如果你只有其中一些module的经验,
仍然欢迎申请。可以入职后再培训其他的module
有意者请电邮简历到 [email protected]/* */ |
|
发帖数: 1 | 28 在芝加哥地区招有SAP经验的IT Business Analyst四名,要求有五年以上经验,hands
on configuration experience with excellent project management skills,
communication skills, and problem-solving skills. Food industry experience
is a plus but not required.
工资120K- 140K DOE; 15% annual bonus. These are full-time positions with
full benefits, not contracting positions.
FI/COPA; MM/IM/WM; PP/QM/PLM; SD/TM 各一名。如果你只有其中一些module的经验,
仍然欢迎申请。可以入职后再培训其他的module。(不赞助绿卡)
有意者请电邮简历到 [email protected]/* */ |
|
发帖数: 1 | 29 Postdoc and Professorships in ICQMS
Shanghai University http://www.shu.edu.cn is seeking outstanding investigators for full-time tenure-track positions in Computational Materials Science and Condensed Matter Physics, at the ranks of Postdoc, Assistant Professor through Full professor. Candidates will be part of the newly created International Centre for Quantum and Molecular Structures (ICQMS, http://icqms.shu.edu.cn) and be eligible for parallel Adjoint Appointments at Department of Physics, ... 阅读全帖 |
|
W*******l 发帖数: 222 | 30 ☆─────────────────────────────────────☆
Watergirl (Water) 于 (Tue Jan 1 03:14:02 2013, 美东) 提到:
房奴们来吃几个包子吧
每人一个
10,20,30,40,50,60,70,80,90,100楼的每人10个包子
新规则,have fun
附加条款:
每个id只按第一次回复的位置计算所得包子。
有删贴行为的,倒罚包子100个阿
☆─────────────────────────────────────☆
aiyoaiyo (买买提富豪百强) 于 (Tue Jan 1 03:27:55 2013, 美东) 提到:
Re
☆─────────────────────────────────────☆
ltsh (livehappy) 于 (Tue Jan 1 03:33:12 2013, 美东) 提到:
I will be back later! Happy new year! I like this game!
☆─────────────────────────... 阅读全帖 |
|
b******h 发帖数: 2715 | 31 外墙有好到差:brick,stucco,vinyl
去county查你具体的地面疆界,我们这边会有人来具体在园子标出来。
别人维了yard,剩下的就是你的跑马地还不好?我就见过邻居三家都围了,房主的后院
自然三面fenced的。
包子(被那个Qm啥的带坏了) |
|
|
b********3 发帖数: 994 | 33 真有lender会这么做?这可跟ATR/QM冲突,没有lender敢冒这个险吧。 |
|
k***a 发帖数: 2400 | 34 conforming(小于等于625k) DTI最高可以到50%。 Jumbo(大于625k)的到43%(以前
可以到45%, No more after QM policy)。在加州可以联系我估算DTI。 |
|
p****n 发帖数: 2247 | 35 also, if u r married, can try to claim 44k.
go to www.irs.gov and search "gift tax". do some home work bah.
here is the result:
http://search.irs.gov/web/query.
html?col=irsweb&col=0&col=0&charset=utf-8&ht=0&qp=collection%3Airsweb%2C
+-Wct%3A%22Internal+Revenue+Manual%22&qs=&qc=&pw=100%25&ws=0&la=en&qm=0&
st=1&nh=10&lk=1&rf=0&oq=&rq=0&si=0&qt=gift+tax&criterias=1a
here is one link for Gift Tax Questions:
http://www.irs.gov/businesses/small/article/0,,id=108139,00.html |
|
|
|
|
T*P 发帖数: 2697 | 39 ☆─────────────────────────────────────☆
josephotto (约瑟夫.我就看看不说话) 于 (Sat Jan 21 22:57:30 2012, 美东) 提到:
大家听清楚嘞摸?我的目标是收到700个包子,目前已经收到2个鸟!
如果有富余包子的话请慷慨地给我些吧... (>_<) 我这是新ID摸包子啊...摸包子过年很可年啊...
祝大家新春快乐,龙年至少每人搞DEAL赚个$100K的.
XD
☆─────────────────────────────────────☆
deaon (deaon) 于 (Sat Jan 21 22:58:14 2012, 美东) 提到:
happy new year
☆─────────────────────────────────────☆
scorpic (scorpic) 于 (Sat Jan 21 22:58:28 2012, 美东) 提到:
同祝
☆─────────────────────────────────────☆
OnSaleDay (你的最爱) ... 阅读全帖 |
|
k****t 发帖数: 2288 | 40 1,直接拿ur换机票,没有问题,转ua积分,是自己的账户肯定也是没有问题的,用你自
己的账户给他们出票也是没有问题的。
但是这个需要注意的是,ur换机票,换UA的是可能攒里程的,但是如果是会员,不能
算QD,可以算QM。
2,自己挑一个划算的呗。
3,这个应该是算的吧。。。。。。 |
|
l********a 发帖数: 3058 | 41 ☆─────────────────────────────────────☆
sco (hai) 于 (Mon Aug 23 23:17:23 2010, 美东) 提到:
逛了一下周围的店,只有比较小的毛绒玩具。请问哪些店面或者网页可以买大的毛绒玩
具?要买一个送人,多谢!
☆─────────────────────────────────────☆
BlackEight (qM) 于 (Tue Aug 24 01:59:00 2010, 美东) 提到:
saw a huge fluffy bear in costco last week
逛了一下周围的店,只有比较小的毛绒玩具。请问哪些店面或者网页可以买大的毛绒玩
具?要买一个送人,多谢!
☆─────────────────────────────────────☆
oriolechao (有限怀念 无限悲伤) 于 (Tue Aug 24 02:23:38 2010, 美东) 提到:
costco!!
上周见了个巨大无比的棕熊。恋恋不舍的看了一眼又一眼。
☆──────────────────── |
|
l****e 发帖数: 931 | 42 用了一张打印MQ,一张CVS店里扫出来的胖买一瓶维生素
店小二说只收报纸QM,打印的MQ不再收
想找出来CVS家胖子policy,
打一份随身带着
达人们, 帮帮忙 |
|
q********g 发帖数: 10694 | 43 ☆─────────────────────────────────────☆
qiaqiafeng ($_$) 于 (Sun May 13 00:36:58 2012, 美东) 提到:
1.祝来美探亲的母亲们节日快乐!
2.祝那些辛苦为父母准备签证材料的新妈们节日快乐!
3.祝那些已经做妈妈的VO们节日快乐!
4.祝等着母亲来探亲的众网友的母亲们节日快乐!
------------------------------------------------
请童鞋们自觉认领。本版只管发包子,不负责鉴定,请自觉吧。到240楼为止。
☆─────────────────────────────────────☆
wbmd (胃肠肝胆) 于 (Sun May 13 00:40:12 2012, 美东) 提到:
吃包子。
☆─────────────────────────────────────☆
suannai (酸奶) 于 (Sun May 13 00:41:02 2012, 美东) 提到:
节日快乐!
☆───────────────────────────... 阅读全帖 |
|
g******z 发帖数: 5809 | 44 等i7 qm的制程升级到32nm功耗可能只有35W,这时候就可以大范围应用了 |
|
t***t 发帖数: 36 | 45 SPP上还便宜20
Lenovo offers its new, 5.95-lb. Lenovo IdeaPad Y560 Intel Core i7 1.6GHz 15.
6" Widescreen Notebook, model no. 06462AU, for $1,299. Apply coupon code "US
PSVE0408" and it falls to $999. With free shipping, that's $400 off and the
lowest total price we've seen for this configuration. Sales tax is added whe
re applicable. It features an Intel Core i7 720-QM 1.6GHz quad-core processo
r, 15.6" 1366x768 widescreen LED-backlit LCD, 4GB RAM, 500GB 7200rpm hard dr
ive, dual layer DVD burner, A |
|
|
|
d********g 发帖数: 10550 | 48 是的,W520只是主板统一有预留,但具体内存大小还得看CPU
应该是4核的才支持16GB吧,QM结尾的 |
|
s*******s 发帖数: 1250 | 49 lol
there's no qm65 on intel.com.but they described qm65 everywhere online for E520, E420.
I ordered an E520, let me see What I get.
Normally, QM is better than HM. |
|
|