由买买提看人间百态

topics

全部话题 - 话题: leveler
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c*******w
发帖数: 63
1
来自主题: JobHunting版 - rebuild a tree from inorder and level order
仅仅靠Index(Parent) 子树的根啊?
比如:
int inorderSeq[]= {2,4,9,8,3,1,6,7,5};
int levorderSeq[]={1,2,5,3,6,4,7,8,9};
When you go to the first element of level order 1, it is the root, 1
separate the in order seq into two parts. The left part is its left subtree
[2,4,9,8,3], the right part is its right subtree[6,7,5]. The program goes to
the left subtree, we need find which one is the root of left subtree.
The root of left subtree is the one with the minimum level
e***7
发帖数: 118
2
RT,EE, fresh MS,中等规模公司,给的title是manager,但是工资低于prevailing
wage
level 2,高于level 1,不知道对h1b和绿卡有影响吗? 如果title改回hardware
engineer,
工资就高于level 2了,请大家指点,需要改title吗?
i****a
发帖数: 405
3
for some majors, it's hard to get paid at the 2nd level, and I have some
friends were offered more than level 1, less than level 2, and got approved
last year.
B*******i
发帖数: 36
4
来自主题: JobHunting版 - Embedded linux entry level position (转载)
公司是Cyanoptics在Petaluma, CA, 计划在一年内上市
可以直接在公司网页上投
【 以下文字转载自 EE 讨论区 】
发信人: BeijingLi (胡同串子), 信区: EE
标 题: Embedded linux entry level position
发信站: BBS 未名空间站 (Wed Jan 12 13:47:21 2011, 美东)
我们组现在有个嵌入式职位,要求C, embeded linux, uboot, 对硬件有一定了解, 如果懂PPC更
好。最好是有一定项目经验,这样面试的时候也有的聊,或者您自信学校非常不错的话也可以试试。
公司支持移民,有兴趣的话站短。
小公司在北加,电信领域,公司氛围不错,而且每年的业绩都至少double。
Update:
各种level都找,不仅限于entry level
i****u
发帖数: 71
5
如题。
CS研究生刚毕业,在学校做过一些相关方向的project,能不能再profile里设成自己是
experienced?
因为看了很多entry level的post,需要的level也是experienced。感觉自己还设成
entry level的根本没市场啊
f****4
发帖数: 1359
6
只是各个公司划分不同
Associated SDE/Entry level SDE
Mid SDE
Sr. SDE
Principle SDE
有些公司按级别,比如MS
AMZ按照Level 1, Level 2分
title和申请H1b,绿卡没必然联系
看各个公司规定
y*y
发帖数: 427
7
来自主题: JobHunting版 - intel job level
Architect is not really a specific level. In Intel, all level 7, 8 and 9 are titled either
as Engineer or Scientist. But They are the same, only level matter. just
different divisions' preference. e.g. Lab prefers "Scientist" and product
team prefers "Engineer".
Architect should be the same as Engineer.
r******8
发帖数: 1486
8
直接申mid level的,先不说只要有MS,肯定满足mid level的一般要求,这entry
level还很难拿H1B吧
f********n
发帖数: 164
9
NEC Labs Princeton is seeking a summer intern for LTE-A system level
simulation
The intern is initially a 6-month (can be further extended) position to
perform LTE-A system level simulation on COMP, MU-MIMO, HetNet etc.
Requirements:
1) strong Matlab and C/C++ coding skill.
2) good wireless communication background on MIMO,OFDM,
3) previous experience on LTE/LTE-A/WiMAX system level simulation is
preferred.
Please send your resume to m*****[email protected] if you are interested,
Thanks!
h****e
发帖数: 928
10
一道常见的面试题是print binary tree level by level。
现在有一道反过来的题目,就是给定每一层的结点,构造出
BST来。例如给出以下的vector >:
5
4 8
2 7 9
3 10
要求构造出相应的BST:
5
4 8
2 7 9
3 10
我的想法是可以把输入看作是一个一维的vector,一个个结点
地插入,这样可以得到相应的BST,复杂度是O(NlogN)吧。
问题是这种做法没有利用给出的结点已经分好层的特点,每次都从
根节点开始,似乎不是最有效的。
请问还有更好的办法吗?
d**e
发帖数: 6098
11
能不能看作是insert a value into a bst?限制的条件是它所在input的level要跟插入
后的level一致,否则throw exception.
l****c
发帖数: 782
12
Yes, as a beginner, I still could not consider the things like complexity.
The level I could reach is to finish question...... How to improve?
In addition, the reason I added the level is that lz's asking to print the
values of levels higher than a particular one.

大头
/2
c********t
发帖数: 5706
13
Given a binary tree, return the bottom-up level order traversal of its nodes
' values. (ie, from left to right, level by level from leaf to root).
我用层打印存入ArrayList,然后翻转ArrayList解的。大侠女侠们用没有更好的方法?
x*****0
发帖数: 452
14
I guess we can pass the definition of in-order and level-order traversal. :-
).
For example:
50
/ \
10 60
/ \ / \
5 20 55 70
/ / \
51 65 80
The in-order and level-order traversal of the above tree are:
5, 10, 20, 50, 51, 55, 60, 65, 70, 80
50, 10, 60, 5, 20, 55, 70, 51, 65, 80
My idea:
(1) traversal the level-order array to find out the first element which
appears in the in-order array. We call this element as current root.
(2) find the in... 阅读全帖
d**e
发帖数: 6098
15
请不要发信问我关于这个职位的情况,因为我也只是转这个email,或者可能版上很多同
学也收到.
-------------------------------------------
RF or Firmware Rotation - Multiple Entry Level or New Grad Engineering
Openings- San Diego- (LTE, Systems, HSPA, M2M, Device, Broadband, Wireless,
On-site gym, Tennis)
Have you graduated within the last 3 years or less with your BS/ MS in CS,
CE, EE, or similar and you are looking for a challenge in the mobile device
space?
Novatel Wireless Inc. is offering this opportunity with perks such as yoga/
aerobi... 阅读全帖
g****3
发帖数: 142
16
Hi, I am seeking a quality engineer to join Cameron Corporation located at
Houston TX.
This is a quick move/hire. H1b is not an issue. Interview process starts in
two three weeks.
If on board, you will be my direct report.
Please submit your resume to g****[email protected].
Job Description:
2) Creating and managing customer required ITPs (Inspection and Testing Plan
) for projects and products.
2) Re-writing most of facility procedures and training due to major changes
in API Q1 standard, 9th Edition... 阅读全帖
k********r
发帖数: 9
17
来自主题: JobHunting版 - 求助一下F家的level
最近骑驴找马拿到了F家Seattle的offer,offer的具体数字还没谈,但HR说给的是
Level 4的Engineer,因为对F的level完全不了解,试问要L5的说是需要更多的
leadership经验才行。
目前我在M的win组,fresh BS + 2年工作经验从L59开始,目前是L61 SDE2。F的HR号称
Level 4相当于M的L62,不知道是不是真的?还请在F工作的大牛指点一下~
s********3
发帖数: 61
18
各位好,第一次在本版发帖,多谢大家:
先介绍下本人情况,UC Irvine cs(networked system)专业硕士在读,今年年底毕业
,暑假在BRCOM实习,大概接触过一些firmware,wifi, bluetooth。编程能力一般,主
要熟悉C和JAVA,没用过C++。本科毕业国内通信设计院干过一年,有NA,NP证书,所以
TCP/IP,各种计算机路由协议大概都知道一些,会一些linux/UNIX,shell,内核了
解一些。
我现在给自己的定位还是准备找码工职位,只是板上大多是FLMG之类的纯CS公司面经,
刷题也多是一些高级算法,OO语言较多。虽然会JAVA(也不精通就是了。。OO写程序没
问题),但是我个人感觉和我的背景相对来说有一些差别。 所以还是准备用C来面试,
走system level,现在在看OS,做OS的project。基本程序也是在linux下用vim之类的
写C来练,CC150以前用java写过一遍,现在在用C重写。
我想请教的问题就是:
1. system level也是一大块,我看传统互联网公司比如说 facebook: https://www.... 阅读全帖
n**a
发帖数: 104
19
有一个recuiter在linkedin 跟我联系说有一个 "Senior Software Development
Manager"的职位,下面是他写的
。。。
This senior level position will be located at Amazon’s corporate
headquarters in Seattle, WA. Based on your skills and experience listed in
your LinkedIn Profile, I thought this role might be an intriguing next step
in your career.
For this role, Amazon is looking for talented technical manager with a
strong leadership and software development background. Responsibilities
include overseeing architectural direction,... 阅读全帖
n**a
发帖数: 104
20
有一个recuiter在linkedin 跟我联系说有一个 "Senior Software Development
Manager"的职位,下面是他写的
。。。
This senior level position will be located at Amazon’s corporate
headquarters in Seattle, WA. Based on your skills and experience listed in
your LinkedIn Profile, I thought this role might be an intriguing next step
in your career.
For this role, Amazon is looking for talented technical manager with a
strong leadership and software development background. Responsibilities
include overseeing architectural direction,... 阅读全帖
m**********g
发帖数: 153
21
是不是和leetcode的tree deserialization 一样, 不过return判断条件是node level
not equal to current level. Current level 是recursion function 的输入参数
j*******r
发帖数: 201
22
master从cs top 10毕业,8.5年在A/M之类的核心组干的。
面了G,希望拿到level 5,结果只有level 4,觉得有点鸡肋呀。。还是我的期望值过高..
.手里还有比较心仪的非PST的startup,所以就没面FL(个人的preference,FL当然是非
常好的),G家一直我个人比较喜欢,所以还是申了。但这个level可是有点郁闷呀。如
果接了,会不会去干活发现同龄人都比我级别高很郁闷。。。
S**********n
发帖数: 5
23
大家好,最近在准备H1B申请的事情,才发现头很大!真应该早早做调查,现在很抓狂啊
我去年博士毕业,就在一家小化学公司工作,职位是R&D chemist。现在申请H1B,才发
现基本工资只够申请level one! 把bonus加进去勉强够level 2. 上星期和上司商量一
下,极不情愿调工资啊, 怎么办啊?申请LCA只能用base salary啊, 能直接申请
level 1 吗?
还有, HR问我那个I-129表的选项,controlled technology export license
required 那项, 她也不清楚是什么。我公司就是苦逼的普通化学公司。在哪里可以查
到需不需要这个license啊?
麻烦各位帮帮忙回答啦。。。
g***j
发帖数: 1275
24
Binary Tree Level Order Traversal II
这题可以逐层打印,然后倒转么? 那样这题的point在哪儿?看到网上不少代码也是由
上而下逐层打印的方式,但是每次新的一层插入结果的最开始位置,难道插入最开的位
置不需要时间消耗么?
Binary Tree Zigzag Level Order Traversal
这题,可以从上而下逐层打印,然后偶数层或者奇数层翻转一下不就行了? 我看到网
上不少代码还用到了几个queue或者stack,想知道这个题目的point在哪儿?
m******y
发帖数: 6
25
【理想候选人】
- Strong quantitative background on Math, Stat, or Economics etc.
- High level programming skills
- 2-year working experience in Finance or Risk Management
- Please see the job description for more details.
【申请方式】
- Send your resume to [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;... 阅读全帖

发帖数: 1
26
来自主题: JobHunting版 - Level重要还是薪水重要
工资高level低和工资低level高都不是稳定状态。。要狗家给我T6的钱T3的level的话
就就屁颠屁颠的去了,但听说T3的人拿T6的钱很可能会被VP一级的人盯上,估计很快就
被PIP.
m****s
发帖数: 18160
27
【 以下文字转载自 CivilEngineering 讨论区 】
发信人: sunjeffsun (暴走的雷锋), 信区: CivilEngineering
标 题: 招 Entry Level 项目监理 Construction Engineering and Inspection
关键字: 招 Entry Level 项目监理 Construction Engineering and Inspection
发信站: BBS 未名空间站 (Wed Aug 14 19:34:19 2013, 美东)
公司位于北维吉尼亚,业务范围涉及工程监理、工程咨询、项目管理等项目建设全过程
咨询服务。公司成立于2009年,现有员工25人,两个branch office. 现诚招Entry
Level项目监理人员,一经录用,公司提供培训和赞助所有考证书所需费用,提供医疗
保险和401K。可以办理H1B和绿卡。本职业有广阔的发展空间,不久即可以做工程项目
质量控制经理。
应聘条件:
1.土木本科及以上学历;
2.工作经验0-2年;
3.身体健康,性格开朗,工作态度认真,有较强的责任心;
5.热爱工程监... 阅读全帖
s*****z
发帖数: 202
28
【 以下文字转载自 Statistics 讨论区 】
发信人: streamz (从此千里走单骑), 信区: Statistics
标 题: entry level SAS/Stats job opportunities in Minnesota
关键字: SAS,job,referree
发信站: BBS 未名空间站 (Fri Aug 23 09:07:54 2013, 美东)
Sorry, I am using company computer and cannot type Chinese.
Here is job description. H1b sponsor possible. If you are interested. Send
your resume to s*****[email protected]. I will forward them to my boss (hiring
manager).
Responsibilities include:
· Extracting data, cleaning, and merging multipl... 阅读全帖
g****3
发帖数: 142
29
Hi, I am seeking a quality engineer to join Cameron Corporation located at
Houston TX.
This is a quick move/hire. H1b is not an issue. Interview process starts in
two three weeks.
If on board, you will be my direct report.
Please submit your resume to g****[email protected].
Job Description:
2) Creating and managing customer required ITPs (Inspection and Testing Plan
) for projects and products.
2) Re-writing most of facility procedures and training due to major changes
in API Q1 standard, 9th Edition... 阅读全帖
j****6
发帖数: 24
30
【 以下文字转载自 Statistics 讨论区 】
发信人: jj7776 (jj7776), 信区: Statistics
标 题: 家庭主妇想找houston的data analyst方面的Entry Level工作,求推介!!
关键字: 求职,统计MS,houston,entry level
发信站: BBS 未名空间站 (Thu Sep 18 18:26:02 2014, 美东)
大家好,本人2009年统计MS毕业,一直在家照顾孩子,现在孩子大了,想出来工作。本
人没有相关工作经验,有绿卡,如果各位有在houston的data analyst,或统计方面的
Entry Level工作机会,请推介一下。拜谢!!!
s***q
发帖数: 10585
31
来自主题: Living版 - 买什么样的level比较好?
要固定一块长木板在墙上,所以需要一个level
一般的spirit level就够了吗?还是需要torpedo level或是什么别的?
R*C
发帖数: 5511
32
看中1个BI-LEVEL的房子。比较特殊的是它的GROUND LEVEL是完全在地面之上的。AGENT
说一般都是地下室才有氡气问题,所以没地下室可以不查氡气。PS:房子本身并没有任
何大理石台面。
我们到底还要不要查呢?
b*****t
发帖数: 1276
33
来自主题: Living版 - multi-level还是two-story?
multi-level
basically sell basement as regular size price.
Two levels, when you have basement, the basement is not part of the sqft of
the house.
for 2000sqft house, you will feel two levels with basemment is much roomy,
because you can store a lot of stuff there.
s********e
发帖数: 11693
34
从Public Record 查的,每年交易的房屋中Tri-level和Two-story的数量比较。这个区
是不是Tri-level算多的?不过今年销售明显不如往年。
Tri-level:Two-story
2011-2012: 25:88
2009-2010 52:96
2007-2008: 56:87
j*******8
发帖数: 260
35
I am looking at a house built in 1900.
The first floor seems ok. The floor of second floor are seriously not level
.
The basement is granite and leaky. The wall that is leaky is saggy or
curved.
Are those very serious problems? The price is pretty good and builder redid
plumbing and wire and added new furnaces. Other than problems above, the
house seems in a great shape.
I am really struggling. I am not sure if the basement will become a big
headache later. What might cause the level probl... 阅读全帖
R***s
发帖数: 302
36
1. You have to level it out. Otherwise, you may hear squeaky noise later on.
2. You can use moisture barrier (basically thick plastic sheet).
3. Pouring self-leveling compound over the entire 1st floor may not be cost
effective, especially if one side of the house has a little slope. To me, it
is more a time efficiency kind of consideration. If you don't care about
the cost, you can do it. Just follow Youtube videos. If you're highly
sensitive to cost, you can actually spend some time to do spot... 阅读全帖
p********1
发帖数: 1011
37
macys charter club level four 的鸭绒被fill power550, costco的pacific coast的
鸭绒被fill power650。单从这个指数来看似乎costco的好些。但是价格绝对是macys
charter club level four更贵。
有买过用过这两个鸭绒被的吗?哪个更好?
另外,macys charter club level one的质量比costco的怎样?
n**********e
发帖数: 74
38
想冬天去 三亚的那个Ritz Carlton,正好用一下信用卡的那个3 stay up to 7 nights
free club level upgrade的benefit.
于是订了最便宜的 Deluxe Room, Guest room, 1 King or 2 Queen, Garden view,
Balcony 2200RMB/night, 打电话找客服免费升级。被告知如果 升级到
Ocean View Club, Club level, Guest room, 1 King or 2 Queen, Ocean view,
Balcony,
必须以3000rmb/night的价格订Deluxe Ocean View, Guest room, 1 King or 2 Queen,
Ocean view, Balcony。还说Club level一般指的是club lounge access, 并不会改变
room的Size。
我看后者直接订3900rmb/night。所以只是每晚省了900?
所以请问大家 你们用这个Benefit时是可以 用最低价格的room type订的么... 阅读全帖
e*******w
发帖数: 742
39
来自主题: NextGeneration版 - 大家都啥时上level 2 的奶嘴?
奶嘴说明上是3-6个月用level 2,但我觉得要根据具体奶嘴,比如born free的就比dr.
brown的流速快.另外,如果娃用流速快的容易呛到,最好再等等.
我们家前两天,也就是四个半月的时候才正式用born free level 2的.以前用level 1喝
200ml要将近20min,现在10min解决战斗,没有感觉呛到或不舒服.
b***u
发帖数: 1010
40
可以先试试Level 3, 3级班让小朋友动的多一点,比如推滚筒上高台抓玩具。小孩会更
感兴趣,我们是10个半月转到3级班的,有一半小朋友会走路一半不会走。
Level 2每次会让妈妈们聊个话题,宝宝在妈妈怀里跟着做游戏相对多点。所以要跟其
他妈妈们聊聊天的话,2级班也不错。
m******g
发帖数: 3667
41
大B超医生好像ordered level 1 ultrasound,但有些人是level 2.有什么区别阿?
m*******r
发帖数: 1790
42
high risk.(level 2)
-This info was given to me by my OB.
"A perinatologist, fetal medicine specialist, or someone else who specializes in high-risk pregnancies and who is trained to look for the markers of chromosomal disorders typically conducts level 2 ultrasounds. "
-from online resources.
l*******u
发帖数: 644
43
RT,在target只看到两种,一种是3 m+,另一种是6m+,后者比前者的base大一些,没看
到哪里有写level啊。不知后者是不是大家说的level 3?不同的level的base一样吗?
谢谢!
l*******u
发帖数: 644
44
RT,在target只看到两种,一种是3 m+,另一种是6m+,后者比前者的base大一些,没看
到哪里有写level啊。不知后者是不是大家说的level 3?不同的level的base一样吗?
谢谢!
t********4
发帖数: 1160
45
我觉得每个娃都不一样,只能试着来。就我家的情况,只要不呛着,她就喜欢大奶嘴,
小的还不肯吃呢。2个半月换的level 2,3个半月开始罢工不吃瓶;换了level 3才又开
吃,现在近4个半月吃瓶又开始吃得不爽快,老公已经提议换level 4了!我感觉我家娃
吃瓶就只愿意吃那么两三分钟,流速慢她就没耐性了。
另外,羡慕一下两个星期就能睡7个小时的天使宝宝,我家的能一口气睡上4小时我都会
感动好一阵子。
t***o
发帖数: 1353
46
推荐一下Magic Tree House下一个level的书吧?
这里不但指 Magic Tree House, 就是差不多这个level 的书, 这些书读完。 下一个
level应该读写啥书? 有没有好的推荐一下?
l******n
发帖数: 4276
47
来自主题: Parenting版 - 关于reading level 的困惑
Pat pat放轻松吧,原来我也比较纠结娃的阅读level到底是什么,因为从来就不清楚。后
来看开了,喜欢读就读吧,即使笨点慢点也无所谓。主要是希望他能有个喜欢阅读的习惯
。原来在图书馆借的书大致是在j到p,还是依靠大人给他读(书上自己标的,我觉得那个
level挺混乱的,不准),暑假的时候,他自己喜欢上了纯字书,也不知道啥level,现在总算
解放了大人可以自己看了。
p********1
发帖数: 1011
48
macys charter club level four 的鸭绒被fill power550, costco的pacific coast的
鸭绒被fill power650。单从这个指数来看似乎costco的好些。但是价格绝对是macys
charter club level four更贵。
有买过用过这两个鸭绒被的吗?哪个更好?
另外,macys charter club level one的质量比costco的怎样?
g****g
发帖数: 1828
49
$22 for Two 200-Level Tickets - $44 Value or $10 for Two 300-Level Tickets
...
http://t.co/oHgHsk4
b*******e
发帖数: 6389
50
来自主题: Stock版 - 这个Level III数据怎么用
Level III: The most complete level of NASDAQ, this level not only shows the
bid and ask prices of all market makers but also allows a market maker to
enter and change quotes.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)