由买买提看人间百态

topics

全部话题 - 话题: lowest
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l****n
发帖数: 6773
1
来自主题: Investment版 - buy a house or not
When you know where is the lowest, the lowest had already passed.
g********t
发帖数: 168
2
来自主题: Investment版 - Schwab reduced index fund expenses(zz)
Now investing in Schwab Funds gets you more for your money
We’ve taken significant steps to reduce expenses and simplify the share
classes in our Schwab Equity Index Funds:
Schwab Equity Index Funds now have lower expenses. We’ve reduced fund
operating expenses, making Schwab Equity Index Funds some of the lowest-
cost index funds you can find anywhere. Our S&P 500 Index Fund, for
example, has an expense ratio of just 0.09%, well below the industry
average.
Every investor gets our lowest fund ex
s********n
发帖数: 1962
3
来自主题: Investment版 - we are so indebted
I agree with what you said. But what you said is basically that US has
the lowest risk. However, having lowest risk doesn't mean it's the best
place for your wealth because it may have a negative expected return.

market
as
g*******y
发帖数: 1930
4
来自主题: JobHunting版 - 问一个LCA问题
哈哈,刚刚看有个人问一道题,是找Lowest common ancestor的问题
我还在想,怎么那人又重新发一个贴?
点进来才发现 这里的LCA貌似不是lowest common ancestor
a**x
发帖数: 154
5
find the lowest 01 pattern and swap it to find the bigger neighbor number,
while find the lowest 10 pattern and swap it to find the smaller neighbor
number
c*****y
发帖数: 90
6
我开始也同意这个解法,可是发现有的例子用这个方法得不到正确答案。比如0101,按
理它的下一个同样多1的数是0110,可是按这个方法却是1001。另外为什么用那个&3?
我觉得应该是find the lowest 0 and lowest 1, swap them.

number,
neighbor
h*********n
发帖数: 11319
7
来自主题: JobHunting版 - twitter电面
find the point(s) with the lowest waterline
if we find k points with the same lowest waterline, we pour in k units of
water, so that the water level will rise only 1 unit.
repeat
i think the trick is in judging whether a few continuous grids are connected
to an edge grid
h*********n
发帖数: 11319
8
来自主题: JobHunting版 - twitter电面
I think your idea is exactly like the idea from the book.
Key is always start from lowest edge grid->fill water from the edge grid to
the same height as the edge grid itself -> desert all flooded grids-->find t
he new lowest edge grid.
this way we can avoid the complicated judgement of whether a grid will spill
to the edge when water level rise.
d**g
发帖数: 1031
9
来自主题: JobHunting版 - Power IC System engineer job
System Engineer Roles and Goals
1. Building a strong three-person team: Lead IC designer, system engineer
, and local sales and FAE for sponsored customers.
2. Defining new products
a. As a new product development owner and main driver both in technical
specs and business justification, proactively work with marketing, sales,
field engineers, and customers to find out new business opportunities.
b. Generate the preliminary product preview (3 pages: key features, Pin
out and descripti... 阅读全帖
r****l
发帖数: 32
10
this is a coding question for senior java developer. If you can do it,
send answer to my mitbbs mailbox. i will fit in you an interview.
Online Auction Coding Sample Instructions
Implement a solution to the following problem using the latest released
version of Java. Your project should include unit tests using the open
source JUnit framework. The program should be an object-oriented API and
should not include a user interface of any kind. There is no need to
provide any form of data persistence... 阅读全帖
l*********y
发帖数: 142
11
来自主题: JobHunting版 - 问一道multiset的题
第一次用multiset,不知道怎么用
题目应该很简单的,蛮力排序的话会超时。
网上的评论是
Easy. Don't use cin or cout and you could use a multiset :)
实在无语。没想出怎么用multiset。
谁给解释一下。谢谢了!
Problem H: Hoax or what
Each Mal-Wart supermarket has prepared a promotion scheme run by the
following
rules:
* A client who wants to participate in the promotion (aka a sucker) must
write down their phone number on the bill of their purchase and put the
bill into a special urn.
* Two bills are selected from the urn at the end of each day: first the
... 阅读全帖
t****y
发帖数: 27
12
来自主题: JobHunting版 - 问道题
similar to binary radix sort, from highest bit to lowest bit, and no
need to sort the lowest bit. This is an O(n) solution

numbers
n*******w
发帖数: 687
13
来自主题: JobHunting版 - least common ancestor的疑惑
The lowest common ancestor is defined between two nodes v and w as the
lowest node in T that has both v and w as descendants (where we allow a node
to be a descendant of itself).
from
http://en.wikipedia.org/wiki/Lowest_common_ancestor
树可以递归定义,很多树的相关概念也递归定义比较好。
n**e
发帖数: 116
14
Here is my implementation in C++. Just my two cents.
// -------------------------------------------------------------------------
---
// Name: lowestCommonAncestor
// Description: Given two values representing two node's values in a
binary
// search tree, find the lowest common ancestor of the two nodes.
//
// Assumption: We assume those two values are different and both exist in
the
// tree if the tree is not empty.
//
// Node: This algorithm returns root node if one of ... 阅读全帖
w****o
发帖数: 2260
15
来自主题: JobHunting版 - 荷兰国旗问题的扩展
我也自己写了一个。其实就是拿到一个值后,根据值得大小,判断应该把者个值放在哪
里,把真正的操作用代码给直接的描述出来。
具体用法:比如有个数组a[],有4种颜色,数组大小为n,可以调用 DNF_K(a, 4, 0, n-
1)
// this is the code for k colors.
// the element values can be 0, 1, 2, ..., k-1
// partition[i] records the starting index for value i
// partition[0] does not matter, and should be always 0
// partition[k-1] denotes the lower index of unknown section
// h denotes the upper index of unknown section
// sections are :
// 0 1 2 3 ... unknown k-1
// complexity: O(n*k)
//
void DNF_K(in... 阅读全帖
l****c
发帖数: 782
16
So, I think that another BULL GUY is using recursive to push_back the lower
layer's values into container. And when it reaches the lowest level begin
to print, then the 2nd lowest layer's values printed.
I am trying to use non-recursive means. From the highest level, push the
node into a queue (for next level) and a stack for final printing. When the
level popped out from the queue increases to the lower level, check whether
it is the objective. If yes, stop and print everything in the stack. B... 阅读全帖
d**g
发帖数: 1031
17
看这个是Tl的招人要求,这样的人会给你打一辈子小工吗?
System Engineer Roles and Goals
1.    Building a strong three-person team: Lead IC designer,
system engineer
, and local sales and FAE for sponsored customers.
2.    Defining new products
a.    As a new product development owner and main driver both
in technical
specs and business justification, proactively work with marketing, sales,
field engineers, and customers to find out new business opportunities.
b.   ... 阅读全帖
c**1
发帖数: 71
18
来自主题: JobHunting版 - 10个包子求解
this works when no 3 points in the same line, and of course total number of
points is even.
find the point with lowest Y, break tie by choosing lowest X. name it a
for each other point b, calculate the angle between line ab and x axis
c is the median of all other points by comparing the angle, ac is what you
want.
O(n)
I*****a
发帖数: 5425
19
来自主题: JobHunting版 - Stanford's Highest Paid MBA This Year: $522K
http://www.linkedin.com/today/post/article/20131114204433-17970
赚的真多啊
A graduating MBA student in Stanford University’s Graduate School of
Business this year nailed down a private equity job in the northeast with a
total compensation package north of half a million dollars.
This year’s highest paid Stanford MBA, who had a business undergraduate
degree and three to five years of work experience before getting a graduate
degree, reported receiving a guaranteed annual bonus of $337,500–a sum that
d... 阅读全帖
m*********p
发帖数: 26
20
来自主题: JobHunting版 - Bloomberg FSD intern 电面 面经
selection ranking 貌似只能找到kth largest或者kth lowest, 而对于找到全部top
k个或者lowest k个元素不能在O(n)找到。还是有其他的tweak可以搞定?
x****1
发帖数: 118
21
来自主题: JobHunting版 - FLAG干货:
Linkedin
phone1:烙印
lowest common ancestor w/ and w/o parent pointer
phone2:国人
search in rotated sorted array
onsite:
1.两个国人
implement addInterval(start, end) and getcoverage(),
2.两个国人
talk projects and some behavior question
3.烙印
lunch, talk about technologies interest
4.亚裔,不确定是否国人
Manager, talked a lot of behavior questions, interest and projects
5.烙印
Design: tinyurl
6.烙印+小白
1.exclusive array, give an arr1, return a new arr2, arr2[i] is the
multiplication of all elements in arr1 except arr1[i]
... 阅读全帖
s******i
发帖数: 236
22
来自主题: JobHunting版 - Amazon选组求教
fresh master,SDE,给了三个组让选择:
Flash
Payments Platform
Corp Apps
有大侠了解这些组的吗?能不能简单说说?谢谢!
Flash
Amazon Global Payment Services is the preferred provider of secure, scalable
and low latency payment services worldwide. Amazon Global Payment Services
adds value to Amazon, its merchant affiliates and
any other business requiring electronics payments services by innovating and
delivering new payment mechanisms, delivering best-cost services to our
clients.
Amazon Payments Services will be the preferred pro... 阅读全帖
c********s
发帖数: 50
23
来自主题: JobHunting版 - 面试的时候问薪水的问题
电面问HM薪水的RANGE, HM只说了个LOWEST的数字,说实际薪水取决于经验,然后反问
我现在的薪水是多少,我只好实话实说了。不过这个肯定避开不过,因为后来叫我网上
填表,表里就要求填目前的薪水。现在问题是,HM说的LOWEST是低于我现在薪水好几大
千,感觉我问了一个根本就毫无可测性的问题。
l*y
发帖数: 70
24
来自主题: JobHunting版 - 面经 + 总结
前言
楼主最近集中面了5家,略有体验。准备过程中从坛子里受益匪浅,希望在此分享面试
经历回馈本版。本来想总结的有条理些,但是又懒又不想太说教所以就以流水账的形式
出现,想到哪里说到哪里,比较混乱您就当看故事了。觉得有用的希望能对您以后面试
有帮助,觉得没用的请您一笑而过。
面经在最后以独立部分列出以便查阅。由于签了NDA并出于尊重面试官的考虑,此部分
不分公司放出 (电面onsite也混合)。
背景
MS毕业后工作7年,最近在马鬃工作. 进马鬃之前在本地小公司厮混也不知本版的高大上
,进马鬃之后偶然间知道这片天地,奋起刷题一年 (有小孩+工作忙+自己也有懈怠
)终于做完一遍LC。虽然回首一看有40%左右跟新题一样(完全没印象)但是感觉能力
有所提高,正赶上N家定了onsite遂开始找兄弟们内推,有幸两周半之内安排好另外4家
,聚一周一起面。
公司:F, L, G, I (Intuit) 和 N(Netflix)。
注:楼主至今还没收到offer所以就不谈了。至于以后,如果能有,也不会报去向以及
具体数字,避免争议。多包涵哈。
我的准备之也谈刷题
跟些老朋友聊,刷题刷的是什么?(不是寂寞... 阅读全帖
p*****u
发帖数: 310
25
A group of farmers has some elevation data, and we’re going to help them
understand how rainfall flows over their farmland. We’ll represent the land
as a two-dimensional array of altitudes and use the following model, based
on the idea that water flows downhill:
If a cell’s four neighboring cells all have higher altitudes, we call this
cell a sink; water collects in sinks. Otherwise, water will flow to the
neighboring cell with the lowest altitude. If a cell is not a sink, you may
assume it has ... 阅读全帖
l*********r
发帖数: 204
26
http://www.mitbbs.com/article_t/Military/45078731.html
这个职场案例其实是经典:
http://www.mitbbs.com/article_t/Military/45078731.html
参见我们的道义:
3. 慈故能勇。仁,勇,恕,友,悌。 重感恩,轻怨恨。
Our doctrines:
Love Begins Courage: we derive Courage from Love and our Faith. we
Forgive and hold no grudges against all unwitting and reversible
transgressions. we Forgive and hold no permanent grudges against our
families and Faith brothers/sisters.
----------具体演绎------------
36. 我们道社出什么丑闻怎么办?
如果真的有人干坏事,华人里不乏告密。 有告密者其实是好事,是监督... 阅读全帖
o*q
发帖数: 630
27
来自主题: JobHunting版 - 请教leetcode高频题是哪些题
# Title Editorial Acceptance Difficulty Frequency
1
Two Sum 28.3% Easy
292
Nim Game 54.4% Easy
344
Reverse String 57.3% Easy
136
Single Number 52.2% Easy
2
Add Two Numbers 25.6% Medium
371
Sum of Two Integers 51.6% Easy
4
Median of Two Sorted Arrays
20.4% Hard
6
ZigZag Conversion 25.6% Easy
13
Roman to Integer 42.7% Easy
237
... 阅读全帖

发帖数: 1
28
来自主题: JobHunting版 - 求FB 面试 leetcode题目列表
534 Design TinyURL 0.0% Medium
283 Move Zeroes 50.7% Easy
301 Remove Invalid Parentheses 35.5% Hard
273 Integer to English Words 22.4% Hard
621 Task Scheduler 42.4% Medium
67 Add Binary 33.2% Easy
325 Maximum Size Subarray Sum Equals k 43.1% Medium
689 Maximum Sum of 3 Non-Overlapping Subarrays 41.2% Hard
253 Meeting Rooms II 39.3% Medium
17 Letter Combinations of a Phone Number 35... 阅读全帖
v*****a
发帖数: 104
29
之前网上瞎逛看过这个数据,不知道准不准:
1% - 10% - 25% - 50% - 75% - 90% - 99%
I.e., the lowest 1%, the lowest 10%, 25 percentile, the median and so on. E.
g., for L3 half of the engineers make less than $200k per year, etc.
L3
120 - 125 - 150 - 200 - 220 - 225 - 250
L4
200 - 225 - 240 - 260 - 280 - 300 - 330
L5
250 - 285 - 315 - 330 - 365 - 390 - 450
L6
375 - 400 - 425 - 450 - 480 - 550 - 575
L7
550 - 575 - 625 - 675 - 725 - 750 - 800
d**g
发帖数: 1031
30
来自主题: JobMarket版 - Power IC System engineer job
System Engineer Roles and Goals
1. Building a strong three-person team: Lead IC designer, system engineer
, and local sales and FAE for sponsored customers.
2. Defining new products
a. As a new product development owner and main driver both in technical
specs and business justification, proactively work with marketing, sales,
field engineers, and customers to find out new business opportunities.
b. Generate the preliminary product preview (3 pages: key features, Pin
out and descripti... 阅读全帖
b*****t
发帖数: 3396
31
来自主题: Living版 - 今天Amazon工具大sale啊
好多工具都drop了很多啊
# Amazon has huge home improvement tools sales going on
* Huge price drops
# Examples:
* Makita AF505 2-Inch Brad Nailer
o $34
o Next lowest price is $101 ( Google Product )
o ebay $100 shipped ( link )
* Bosch 1250DEVS 6-1/2-Amp 6-Inch Random Orbit Sander with Vacuum Port
o $176
o Next lowest price is $253( Google Product )
o ebay $260 shipped ( link )
* Makita LCT400W 18-Volt Compact Lithium-Ion Cordless
k****a
发帖数: 4944
u****s
发帖数: 2186
33
来自主题: Living版 - New home sales at record low in July
http://finance.yahoo.com/news/Instant-View-New-home-sales-rb-1932018602.html?x=0&sec=topStories&pos=main&asset=&ccode=
New U.S. single-family home sales unexpectedly fell in July to set their
slowest pace on record while prices were the lowest in more than 6-1/2 years.
KEY POINTS: * The Commerce Department said sales dropped 12.4 percent to a
276,000 unit annual rate, the lowest since the series started in 1963, from
a downwardly revised 315,000 units in June. * Analysts polled by Reuters had
fo
j***k
发帖数: 2719
34
Everyone's situation is different. There are sellers like you who would not
give an inch, and there are sellers who would entertain any offer and
willing to negotiate. I think you are wrong in generalizing all situation based
on your own limited expereince.
My philosophy is to give the lowest possible (20-25% down from Zillow's
zestimate) initial offer and try to close the deal at 10% below Zestimate.
It is easy, i mean very easy to raise your initial offer upon seller's
rejection, but going dow... 阅读全帖
j***k
发帖数: 2719
35
Everyone's situation is different. There are sellers like you who would not
give an inch, and there are sellers who would entertain any offer and
willing to negotiate. I think you are wrong in generalizing all situation based
on your own limited expereince.
My philosophy is to give the lowest possible (20-25% down from Zillow's
zestimate) initial offer and try to close the deal at 10% below Zestimate.
It is easy, i mean very easy to raise your initial offer upon seller's
rejection, but going dow... 阅读全帖
j***k
发帖数: 2719
36
the goal is to get the house at the lowest price... Focus on the big picture
, not just on saving the comission.
You have to keep the listing agent motivated to help you to get the house at
the lowest price, f**k the seller. Cutting the agent's mission and getting some rebates out of it would only save you a smalll amount... again, focus on the big picture.

deal.
f*****u
发帖数: 729
37
【 以下文字转载自 BayAreaHomeLoan 俱乐部 】
发信人: frankfu (Frank), 信区: BayAreaHomeLoan
标 题: Fed May Buy $300 Billion in Treasuries After QE2
发信站: BBS 未名空间站 (Mon Jun 27 20:11:47 2011, 美东)
The Federal Reserve will remain the biggest buyer of Treasuries, even after
the second round of quantitative easing ends this week, as the central bank
uses its $2.86 trillion balance sheet to keep interest rates low.
While the $600 billion purchase program, known as QE2, winds down, the Fed
said June 22 that it will contin... 阅读全帖
d****t
发帖数: 372
38
来自主题: Living版 - 父母领美国福利
这个教授本人是个jew, 却是个反华先锋! 大家应该反击它才对!
http://www.arthurhu.com/index/matloff.htm
Norman Matloff, The Hatchet Man of Asian Immigration
(Arthur Hu's Norm Matloff fan site) | New additions
Arthur Hu's Norman Matloff page
http://www.arthurhu.com/index/matloff.htm
2 Quick Intros to Matloff / Immigration Issues
Asian Focus April 1998: The Chinese Must Go! Matloff's Myth of a Programmer
Shortage
George Nichol's Other Matloff Fan Site (easier to navigate than this one!)
Where Matloff's been Published
How to C... 阅读全帖
H******7
发帖数: 34403
39
来自主题: Living版 - Dyson DC25 现在Amazon卖375
$199.99 Dyson DC33 Multi Floor Vacuum Refurbished
JAN 3RD
Posted by oliver in Home & Tools No comments
Woot.com has Dyson DC33 Multi Floor Vacuum Refurbished for $199.99 with
$5 shipping
Next lowest price is $320+ ( Google Product )
4/5 customer reviews on Amazon ( Amazon price and reviews)
Did you like this? Share it:
$199.99 Dyson DC24 All-Floors Vacuum (Purple/Yellow) Refurbished
NOV 23RD
Posted by oliver in Home & Tools No comments
Woot has Dyson DC24 All-Floors Vacuum (Purple/Yell... 阅读全帖
g*****9
发帖数: 4125
40
来自主题: Living版 - Costco Lennox Air Conditioner
Sorry, I am not a HVAC expert like you, but I did live in FL for a years and
built and owned several houses while I was there.
HP works well in area with mild winter, their efficiency drop when outside
gets very cold. I had a open loop well system, a closed loop vertical system
and an absorption heat pump (an air-source heat pump driven by solar-heated
water as a heat source), all worked very well for me in FL.
So I am only speaking from my own personal experience.
Please correct me IF I am wron... 阅读全帖
n*********e
发帖数: 25274
41
Distressed sales at lowest level since at least 2008
股市暴跌中...
WASHINGTON (MarketWatch) — Sales of existing homes fell 1.5% in May as
fewer cheap homes were sold, a trade group said Thursday.
The National Association of Realtors said sales for the month yielded a
seasonally adjusted annual rate of 4.55 million, down from an unrevised pace
of 4.62 million in April. Economists polled by MarketWatch anticipated a 4.
6 million annual rate in May.
Compared to May 2011, sales were up 9.6%, the 11th str... 阅读全帖
r******d
发帖数: 1879
42
来自主题: Living版 - 贷款,这种情况该怎么办?
Short sale usually take long time to get approved, sometimes might be 6
month to a year.
It will not help much to do the loan now since the prelim, credit cores,
appraisal, paycheck stubs and bank statement will be expired anyway if you
have to wait too long. You still need to provide the udpated docs with short
sale approvel letter to lender.
1. If you submit the loan to one lender, you might not get the lowest rate
when it is time to do the loan. But for shortsale, you should make sure to
clos... 阅读全帖
Y******u
发帖数: 1912
43
来自主题: Living版 - 布鲁克林房价创新高
"Apartment rents in Brooklyn have also accelerated, jumping
14 percent in June from a year earlier to a median of $2,737,
the highest in records dating to 2008, Miller Samuel and Douglas
Elliman said in a separate report today. In Manhattan, rents
climbed 1.9 percent last month to $3,195, putting them 2.1
percent from the previous peak reached at the end of 2006."
“At one open house on a weekend, it literally looked like
a tour bus just unloaded in front of the place,” said Lang, a
29-year-old l... 阅读全帖
k*****i
发帖数: 412
44
来自主题: Medicine版 - 关于甲低
我现在怀孕 9 周, 我的 FREE T4 是 1.0 (range 0.8-1.8) 我看到网上说 low
normal FT4 -- in the lowest 10th percentile 会影响小孩的脑子发育。 我现在的
1.0 和 0.8很接近,我不知道是不是算在 lowest 10th percentile。 我该不该
increase my medicine does. 还是 remain 在 1.0 就可以了.
y****i
发帖数: 17878
45
来自主题: Money版 - 开户行被关第二遭
along the same line, I almost opened a reward checking account with
Centennial Bank (3% APY, no cap) just the day before it got shut down by
FDIC last Friday
that was close //whew
the ratings prevented me from pulling the trigger, I guess
1 star (lowest) at Bankrate.com, 0 star (lowest) at BauerFinancial
t******d
发帖数: 1410
46
http://www.viewpointbank.com/home/personal/checking/absoluteche
In order to earn the highest APY, all of the following are required.
Otherwise you will earn the lowest APY.
1. Receive Direct Deposit or actively use free online bill pay (one payment
per month must be processed)
2. Receive your monthly bank statements and notices on your account
electronically. Statements will be available through Online Banking. (For
security reasons, we require users to log in to Online Banking at least once
eve... 阅读全帖
o********8
发帖数: 98
47
Reply from Chase (Freedom)
I would like to inform that, when we receive your minimum
payment, it will be applied to your account beginning with
the balances carrying the lowest APR, and then to the
balances with the highest APR. Any payment amount received
that is over your minimum payment will be applied to your
account beginning with the balances carrying the highest
APR, and then to balances with the lowest APR.
Your payment will first be applied to your statement
balance. If your statement b... 阅读全帖
z****l
发帖数: 5282
48
☆─────────────────────────────────────☆
shek (石头) 于 (Mon Jul 18 11:34:11 2011, 美东) 提到:
刚订了两张9月份回国的机票,国泰/港龙从纽约飞香港转回国内。因为家在南方,所以
在行程上并没有多花多少时间。
两张往返票花了ba 10w miles+ 794(397*2 tax/surcharge),如果往返不是周末的话,
一张票附加费是360。
在国泰的官网上同样时段的票价是1150,所以总共省下了(1150-397)*2=1506刀。
☆─────────────────────────────────────☆
mmao12 (mao) 于 (Mon Jul 18 11:38:43 2011, 美东) 提到:
Not bad
☆─────────────────────────────────────☆
zhengqiji (Mach) 于 (Mon Jul 18 11:43:54 2011, 美东) 提到:
ba 中美之间是5w往返吗
☆───────────────────... 阅读全帖
OX
发帖数: 516
49
来自主题: Money版 - FIA神卡的神话在继续?
It's not that simple. Just called and there are some requirements to meet.
1. Must be roundtrip
2. Must have a Staurday stay
3. Must book at least 21 days in advance
4. Max 30 days stay for international
5. Only applies to the lowest fare for the same route
attached is a sample. lowest fare is $240.18 and eligible for the 25K
points + $30 booking fees basic air rewards.

required
exceed
OX
发帖数: 516
50
来自主题: Money版 - FIA神卡的神话在继续?
It's not that simple. Just called and there are some requirements to meet.
1. Must be roundtrip
2. Must have a Staurday stay
3. Must book at least 21 days in advance
4. Max 30 days stay for international
5. Only applies to the lowest fare for the same route
attached is a sample. lowest fare is $240.18 and eligible for the 25K
points + $30 booking fees basic air rewards.

required
exceed
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)