Redian新闻
>
flagstar的贷款靠谱吗?
avatar
flagstar的贷款靠谱吗?# Living
c*t
1
2.4 You have two numbers represented by a linked list, where each node
contains a single digit. The digits are stored in reverse order, such that
the 1’s digit is at the head of the list. Write a function that adds the
two numbers and returns the sum as a linked list.
1. 感觉这个递归,没有考虑 l1 == null && l2 == null, 但是carry==1的情形,这种
情况,还应该加个高位1
2. 应该是value>=10,就应该有进位carry,给的答案是>10
谢谢!
avatar
s*i
2
怕她从crib里翻出来,那岂不是会摔得很惨?直接在地上铺床垫可以吗?
avatar
o*5
3
正在看房,listing agent介绍了一个loan officer. 打电话过去问,告知贷款是
flagstar的。不知这家靠谱吗?版上有没有用过这家贷款的?多谢了
avatar
P*c
4
1. 一上来value=carry考虑了啊。
2. code里是>=10, 虽然前面描述是>10

【在 c*********t 的大作中提到】
: 2.4 You have two numbers represented by a linked list, where each node
: contains a single digit. The digits are stored in reverse order, such that
: the 1’s digit is at the head of the list. Write a function that adds the
: two numbers and returns the sum as a linked list.
: 1. 感觉这个递归,没有考虑 l1 == null && l2 == null, 但是carry==1的情形,这种
: 情况,还应该加个高位1
: 2. 应该是value>=10,就应该有进位carry,给的答案是>10
: 谢谢!

avatar
s*e
5
靠谱,我refinance之前就用的这家,没问题
avatar
P*c
6
不过这个感觉只考虑了正数,有没有人讲讲有一个是负数怎么处理?

【在 P**********c 的大作中提到】
: 1. 一上来value=carry考虑了啊。
: 2. code里是>=10, 虽然前面描述是>10

avatar
o*5
7
上网查了一下,是一个密西根community bank。
avatar
d*d
8
不要迷信careercup, 那本书写得挺糙的,有题从第一版到第四版答案一直不对。

【在 c*********t 的大作中提到】
: 2.4 You have two numbers represented by a linked list, where each node
: contains a single digit. The digits are stored in reverse order, such that
: the 1’s digit is at the head of the list. Write a function that adds the
: two numbers and returns the sum as a linked list.
: 1. 感觉这个递归,没有考虑 l1 == null && l2 == null, 但是carry==1的情形,这种
: 情况,还应该加个高位1
: 2. 应该是value>=10,就应该有进位carry,给的答案是>10
: 谢谢!

avatar
h*b
9
they're quick but rate isn't the best in CA.

【在 o*******5 的大作中提到】
: 正在看房,listing agent介绍了一个loan officer. 打电话过去问,告知贷款是
: flagstar的。不知这家靠谱吗?版上有没有用过这家贷款的?多谢了

avatar
P*c
10
不过题目搞清楚总是没错的。

【在 d*******d 的大作中提到】
: 不要迷信careercup, 那本书写得挺糙的,有题从第一版到第四版答案一直不对。
avatar
x*i
11
This is not my personal refinance experience. Their rate is the lowest I
have seen in CA (3.99% for no cost 30y refinance back in last Oct)but the
service is slow and hard to close in time.

【在 h***b 的大作中提到】
: they're quick but rate isn't the best in CA.
avatar
s*n
12
负数用补码算。

【在 P**********c 的大作中提到】
: 不过这个感觉只考虑了正数,有没有人讲讲有一个是负数怎么处理?
avatar
h*b
13
i see... lenders' rate/pricing does vary from time to time.
i have 1 refi client closing this Thur. conditional approval took 2 days.
appraisal was another 2 days. final rate lock was for 10-day but loan doc
came back the next morning. :p
they're also one of the few does e-signing/paperless on certain docs.

【在 x***i 的大作中提到】
: This is not my personal refinance experience. Their rate is the lowest I
: have seen in CA (3.99% for no cost 30y refinance back in last Oct)but the
: service is slow and hard to close in time.

avatar
P*c
14
10进制的补码?ms是可以的,嗯。

【在 s*****n 的大作中提到】
: 负数用补码算。
avatar
I*y
15
这个题新生成ListListNode为什么是(carry, null, null)啊。觉得一个node 一个
value, 一个指针就可以啊
avatar
P*c
16
Java的standard吧。

【在 I******y 的大作中提到】
: 这个题新生成ListListNode为什么是(carry, null, null)啊。觉得一个node 一个
: value, 一个指针就可以啊

avatar
m*p
17
thanks for pointing out. the def of LinkedListNode doesn't make sense.
should be:
LinkedListNode{
int value;
LinkedListNode next;
}

【在 I******y 的大作中提到】
: 这个题新生成ListListNode为什么是(carry, null, null)啊。觉得一个node 一个
: value, 一个指针就可以啊

avatar
P*c
18
虽然不懂Java, 但是LinkedListNode是Java的standard class吧,人家默认是有
previous field的。

【在 m*p 的大作中提到】
: thanks for pointing out. the def of LinkedListNode doesn't make sense.
: should be:
: LinkedListNode{
: int value;
: LinkedListNode next;
: }

avatar
m*p
19
i see. but it's not in java standard... anyway, i usually define my own
linkedlistnode, why bother with that?

【在 P**********c 的大作中提到】
: 虽然不懂Java, 但是LinkedListNode是Java的standard class吧,人家默认是有
: previous field的。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。