t***t 发帖数: 6066 | 1 面试时min heap基本用现成的会fail。考到了都会要你写出来。 |
|
H******7 发帖数: 1728 | 2 /**
* Definition for binary tree
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int minDepth(TreeNode *root) {
if(!root) return 0;
int left = minDepth(root->left);
int right = minDepth(root->right);
if (0 == left && 0 == right)
return 1;
if (0 == left || 0 == right)
r... 阅读全帖 |
|
a****r 发帖数: 87 | 3 int minDepth(TreeNode *root) {
if(!root) return 0;
if(!root->left && !root->right) return 1;
int mL = minDepth(root->left);
int mR = minDepth(root->right);
if(mL <= 0) return mR+1;
if(mR <= 0) return mL+1;
return min(mL, mR)+1;
} |
|
H******7 发帖数: 1728 | 4 /**
* Definition for binary tree
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int minDepth(TreeNode *root) {
if(!root) return 0;
int left = minDepth(root->left);
int right = minDepth(root->right);
if (0 == left && 0 == right)
return 1;
if (0 == left || 0 == right)
r... 阅读全帖 |
|
a****r 发帖数: 87 | 5 int minDepth(TreeNode *root) {
if(!root) return 0;
if(!root->left && !root->right) return 1;
int mL = minDepth(root->left);
int mR = minDepth(root->right);
if(mL <= 0) return mR+1;
if(mR <= 0) return mL+1;
return min(mL, mR)+1;
} |
|
h**d 发帖数: 630 | 6 不这样 不就又出现你开始问的问题了 所以必须重复push min
★ 发自iPhone App: ChineseWeb 7.8 |
|
w*x 发帖数: 3456 | 7 应该是decreasing,我敢觉思路和min stack有点像 |
|
s**x 发帖数: 7506 | 8
stack
关键是 heap is not the right data structure for this. yeah, you can insert
in logN and find min in O(1), but it is tricky to remove one element out of
the window. you have to have some sort of index to the position in the
heap from the position in the sliding window. far worse than a queue, or
circular buffer, or even stack etc. |
|
w*****1 发帖数: 6807 | 9 确实啊,这题可以叫min queue,基本是一个思想 |
|
a********5 发帖数: 1631 | 10 dp[0] = -1, dp[1] = 0.
dp[n] = min {
dp[n-1],
dp[n/2] if n%2 == 0,
dp[n/3] if n%3 == 0
} + 1
print dp[n]
n
value |
|
发帖数: 1 | 11 收到几个电话面试邀请,内容都很类似,诸如 "a phone conversation to discuss
your background as well as the opportunities here",都是20-40 min电话面试,
我应该如何准备?从未电话面试过。请教各位,先谢过。 |
|
k*****y 发帖数: 86 | 12 姐姐有类风湿,妈妈肩周有毛病,听说上面这类保健品会有帮助,不知哪种效果针对我
姐姐和妈妈的情况效果会好点,下周ra 有flex-a-min bogo,请知道的姐妹们说说,多
谢! |
|
r**********u 发帖数: 340 | 13 表姐30多了。大概6年前小腿骨折。生了孩子。最近又去照片。发现小腿断骨处还有一
小部分不完全连接。膝盖的地方也有白色的空隙。
她有些崩溃。她不敢拿重一点的东西,孩子更不敢抱着走或站着。怕2个人都摔着。
看资料说。吸烟有防碍骨头康复。现在决定和一天到晚吸烟的表姐夫离婚了。
很想为她做点什么。
flex-a-min .move free 这些对骨头康复有作用吗?
特别是都6年了都没长好,有作用吗?
有什么好的保健品,食物,很医疗方法对这个有效啊 |
|
p****x 发帖数: 4260 | 14 ☆─────────────────────────────────────☆
absolute100 (绝对100度) 于 (Sat Nov 29 22:03:14 2008) 提到:
Received email to open an optionsXpress accont with a min of $500 and
receive a $500 bonus after 6 months. This is a brokerage account and you
must make at least one trade during the 6 month period and maintain an
average balance of $500 during the period. $500 bonus is paid at the end of
6 months.
Here's the info on the account.
*Offer limited to one $500 bonus for each newly activated, funded
opt |
|
c*******7 发帖数: 2329 | 15 谢谢上面两位
再问一下
要是我找到了0APR一年的的deal
是不是把这笔帐转过去 付3%手续费
每个月付过min 一年内随便啥时候付清就可以了 没有其他利息了? |
|
|
u**y 发帖数: 44 | 17 1年半0% Apr期间还款min,1年半后全部还上和每月都full statement还上, 哪个对信
用分好? 区别大吗? |
|
m******y 发帖数: 760 | 18 你确定miss了min payment以后,你还有0apr么? |
|
s*****u 发帖数: 6 | 19 Today the change went into effect, the new min spend for the Barclays
Arrival card is $3,000 within 90 days. Make sure to take note!
"You'll receive 40,000 bonus miles when you spend $3,000 in net purchases on
your card within 90 days of account opening. This offer is available only
to first-time Cardmembers and is valid for a limited-time.
" |
|
s******1 发帖数: 91 | 20 我这个月DISCOVER刚出账单,有一笔交易是pending,所以balance被扣掉了,但是min
balance是零,我还在想要不要还了? |
|
a******n 发帖数: 11246 | 21 谢谢。不属于我说的statement上min pay=0,不过还是包子感谢! |
|
s******1 发帖数: 91 | 22 这是个好问题,我也不大明白。。。pending的交易确实没出现在账单上,Min payment
=0,但是balance却实实在在地被扣掉了,不懂
谢谢包子~ |
|
A*T 发帖数: 4820 | 23 u r welcome
15 min left |
|
r****s 发帖数: 445 | 24 不建议交易打印胖子;胖子是免费的,收费的是服务:
所求物品名称:
Flex-a-min $5/1 coupon
物品类别(coupon: mfc 等;血糖仪等):
coupon
物品来源(报纸夹页,厂家邮寄等):
报纸夹页, v10/3?
可接受的价格(必须明码标价,必填):
2张, 0.15 each, plus postage
邮寄损失方式哪方承担(若需邮寄,必填):
both
付款方式说明:
paypal
本贴有效期(必填):
till got
联系方式(例: 站内):
站内 |
|
H***0 发帖数: 228 | 25 我昨天去买了4个min的套,最后四个,嘻嘻。用上4张4off 胖子和4off 20cvs胖子,拿
了免费饼干,这单很不错。结帐的黑大妈一个劲赞啊。我不好意思了,给了她一套。现
在送小二东西很简单了,不像以前,我还要把收据一起送给小二,还要等小二把经理叫
来作证。现在小二有专门的贴纸,上面抄上顾客的收据号码,日期,贴在送的东西上面
就好了。我最近送了3次东西,3个不同小二,不同的店,都是这么弄的。 |
|
c******r 发帖数: 264 | 26 这个min的 店里卖完了 要了raincheck 从来没见过它啥样子 也不知道全名是啥
用的是哪期的coupon? |
|
g*****g 发帖数: 533 | 27 Min Wage 涨了2w多,学校不给延,怎么办?
急问,多谢! |
|
l******e 发帖数: 47 | 28 一个老帖子了,希望对大家有用...
【 以下文字转载自 WashingtonDC 讨论区 】
发信人: fiftyca (Golden), 信区: WashingtonDC
标 题: 推荐一个电话卡0.9c/min
发信站: BBS 未名空间站 (Tue Sep 11 16:37:56 2012, 美东)
用了好几天了,感觉很好,其他的电话卡比起来都是浮云...
Talk86的优点:
打中国费率0.9c/分钟,真实费率,没有偷偷扣分钟和其他杂费。 (电话卡没有月费,
如果你要座机的话有月费)
音质非常好
每周发送通话记录到邮箱,消费记录明明白白
不需要一次$20的买,可以按需支付$1, $2的 (non-cc paypal没有手续费的那种)
号称不满意可以随时退还100%余额(我还没退过)
永不过期,网站上明确写到。
网站就是talk86.com,付款用PayPal,注册一个PayPal很快的,不愿意注册也可以通过
PayPal用任何一张信用卡。
PINless是自动的。看FAQ区的问答。
跟方便的是Talk86会自动根据你的拨打频率绑定直接转接号码,PIN和号码都不用输入
了,直接... 阅读全帖 |
|
h***e 发帖数: 232 | 29 【 以下文字转载自 Hardware 讨论区 】
发信人: howie (2b/n2b=?), 信区: Hardware
标 题: help: thinkpad R52 black screen after ~30 min youtube playing
发信站: BBS 未名空间站 (Thu Feb 9 13:13:59 2012, 美东)
Audio is still working; wireless and harddrive indicator LED is blinking.
Can't get display back unless reboot.
already checked power option.
already cleaned fan b/c google results indicated overheating issues.
Any other possible reason? |
|
d*******e 发帖数: 24 | 30 不需要MIN BALANCE就可以 没有月费的
我知道BOA可以每个月刷一次DEBIT卡免掉 还有别的类似的吗 请大家多出出主意 谢谢 |
|
b*******e 发帖数: 24532 | 31 我们纵向的看看过去一年里面AAPL 股价在ER之后的表现,
去年4月份,股价高开,低走,但是只是略微收低,然后高走 (estimate 1.08, actual
1.33) beat 25%
去年7月份,股价低开,略微收低 (当时estimate 1.14, actual 1.35),仅仅只持续了
一天,AAPL 立刻甩开所有weak hand,继续高走。 beat 18%
10 月份,开盘后立刻跳高10块,连续走了3天才回来fill gap. (estimate $1.42,
actual
1.82). beat 28%
那么今天的estimate( 2.08),那么我们是否有理由期待 beat 在 20%以上呢?
当然我现在持有AAPL, 我也不知道该ER后会是如何,列出出数据供大家last min 参考. |
|
b*******e 发帖数: 24532 | 32 hard decision now, 5 mins to go .
let me think, my hand is on the mouse . |
|
h****k 发帖数: 218 | 33 5 min is not enough or determine factor for trend.
I agree with hour chart with 50ma is in favor for bear. |
|
|
h*********l 发帖数: 145 | 35 5 min 50 MA 是否太短线了? 我随意看一下图觉得明早再掉一波就要bounce了。 |
|
t****n 发帖数: 278 | 36 I noticed that my Scottrade elite data was 2 min late before the close.
This happened twice recently. Last time is 40s late. |
|
|
L*****C 发帖数: 626 | 38 我只是想开现金的 你有20K Liquid Net Worth/min income吗 他批准你开现金
只是不批准margin是吗 |
|
|
|
m*****y 发帖数: 3981 | 41 FOMC mins 的第二天 和 第一天 大盘走法很多都相反吧 |
|
|
q*a 发帖数: 518 | 43 every time the page shows 'Session Timed Out'.That means the system kick me
out again. Must "return to the Instructions page". then we have to begin
form the first step, even we saved the document, we have to upload it and
begin first page, it kicks me out brfore i reach the previous page. some
time it's less than 17 min. Is there any way we can direct go to the
previous page without bothering from first page? Thanks. |
|
g*****y 发帖数: 6325 | 44 从来没觉得哪个亚洲男可以用gorgeous来形容,以前看花样男子也没觉得怎样,昨天开
始看Lee Min Ho的personal taste/preference, 哇发现此人实在太gorgeous了! 几乎
完美啊! 打算看完现在这个再看他的city hunter.. 可惜的是女主Son Ye Jin, 夏
日香气里真是美的难以形容,personal taste里却已经美人迟暮了。。。拍的时候也才
28岁啊, 咋就老的真么快! |
|
c***u 发帖数: 1923 | 45 握手!
我有同样同样的感觉!!!以前花样男子都没有看完。
从来没觉得哪个亚洲男可以用gorgeous来形容,以前看花样男子也没觉得怎样,昨天开
始看Lee Min Ho的personal taste/preference, 哇发现此人实在太gorgeous了! 几乎
完美啊! 打算看完现在这个再看他的city hunter.. 可惜的是女主Son Ye Jin, 夏
日香气里真是美的难以形容,personal taste里却已经美人迟暮了。。。拍的时候也才
28岁啊, 咋就老的真么快! |
|
g*****y 发帖数: 6325 | 46 看来咱俩口味很像啊! 我现在看Lee Min Ho看不够啊! 太俊了! |
|
g*****y 发帖数: 6325 | 47 再来冒个泡,用了4天看完了 city hunter, 好看啊!主要是lee min ho实在太太太
cute/handsome/hot了! |
|
g*****y 发帖数: 6325 | 48 我也好期待faith!!! 不明白啊!! lee min ho才24啊,难道现在流行姐弟配? 学拥
日之月? |
|
c***u 发帖数: 1923 | 49 佩服你啊,一天看很多集,眼睛不累吗?
再来冒个泡,用了4天看完了 city hunter, 好看啊!主要是lee min ho实在太太太
cute/handsome/hot了! |
|
c***u 发帖数: 1923 | 50 就是就是,韩剧流行姐弟恋,还玩起了穿越
我也好期待faith!!! 不明白啊!! lee min ho才24啊,难道现在流行姐弟配? 学拥
日之月? |
|