Redian新闻
>
loan broker可以用agent推荐的么?
avatar
loan broker可以用agent推荐的么?# Living
m*f
1
一个二叉树,请按照“之”字型打印输出。
例如,二叉树如下
1
/ \
2 3
/ \ / \
4 5 6 7
/\ / \ / \ / \
8 9 10 11 12 13 14 15
输出顺序为:
1 2 3 7 6 5 4 8 9 10 11 12 13 14 15
如果要求按照这个顺序存成链表,又如何解答?
avatar
a*s
2
大家都说home inspector不要用agent推荐的,但是mortgage broker可以用agent推荐
的么?为什么?
谢谢!
avatar
l*c
3
BFS?
avatar
b*e
4
depends

【在 a*******s 的大作中提到】
: 大家都说home inspector不要用agent推荐的,但是mortgage broker可以用agent推荐
: 的么?为什么?
: 谢谢!

avatar
m*t
5
stack, queue, stack, queue...

【在 m********f 的大作中提到】
: 一个二叉树,请按照“之”字型打印输出。
: 例如,二叉树如下
: 1
: / \
: 2 3
: / \ / \
: 4 5 6 7
: /\ / \ / \ / \
: 8 9 10 11 12 13 14 15
: 输出顺序为:

avatar
a*s
6
can you explain more?
What's the advantage and dis- of such load broker?

【在 b******e 的大作中提到】
: depends
avatar
b*g
7
#include
#include
void printZ(Node * root)
{
bool l2r = true;
stack S1, S2;
stack S1.push(root);
Node * node;
while ( !S1.empty() || !S2.empty())
{
if (l2r)
{
while ( !S1.empty())
{
v = S1.top();
S1.pop();
cout << node->value;
if (node -> left != NULL)
S2.push(node -> left);
if (node -> left != NULL)
S2.push(node -> right);
}
else
{
while (!S2.empty())
{
v = S2.top();
S2.pop();
cout << node -> value;
if (node -> right != NULL)
S1.push(node -> right);
if (node -> left != NULL)
S1.push(node -> left);
}
l2r = ~l2r;
}

【在 m********f 的大作中提到】
: 一个二叉树,请按照“之”字型打印输出。
: 例如,二叉树如下
: 1
: / \
: 2 3
: / \ / \
: 4 5 6 7
: /\ / \ / \ / \
: 8 9 10 11 12 13 14 15
: 输出顺序为:

avatar
p*y
8
货比三家。shop around一下,主要看rate和银行收费,在根据对broker的印象综合评
估一下跟哪个做loan。
avatar
g*y
9
stack s1, s2;
s1.push(T);
while(!s1.empty() || !s2.empth())
{
if(!s1.empty())
{
Node* n = s1.top();
s1.pop();
cout << n->val << " ";
if(n->right) s2.push(n->right);
if(n->left) s2.push(n->left);
}
else // s2 is not empty
{
Node* n = s2.top();
s2.pop();
cout << n->val << " ";
if(n->left) s2.push(n->left);
if(n->right) s2.push(n->right);
}
}
avatar
b*d
10
选你自己觉得最comfortable的。

【在 a*******s 的大作中提到】
: 大家都说home inspector不要用agent推荐的,但是mortgage broker可以用agent推荐
: 的么?为什么?
: 谢谢!

avatar
g*y
11
错了。。beidapig 的解法是对的。应该在if里面还有一个while循环。。。

【在 g****y 的大作中提到】
: stack s1, s2;
: s1.push(T);
: while(!s1.empty() || !s2.empth())
: {
: if(!s1.empty())
: {
: Node* n = s1.top();
: s1.pop();
: cout << n->val << " ";
: if(n->right) s2.push(n->right);

avatar
b*2
12
可以用, 也可以找其它家, 比较一下总是没错, 最主要是能按时close.
avatar
b*c
13
看情况,我们用了。

【在 a*******s 的大作中提到】
: 大家都说home inspector不要用agent推荐的,但是mortgage broker可以用agent推荐
: 的么?为什么?
: 谢谢!

avatar
n*e
14
a bad mortage broker, the worst case is failing yoru loan.
a bad inspector could make you bought a problematic house.
Given you know a lot of mortgage rate and do you homework, a broker can't
cheat.
So it's comparably less risky.
In law, agent can't take any monetary return for such referrals. But we know
in fact...
If you use mortgage broker referred by agent, I sugges you ask for more
rebate since he will defnitely get rebate as well~~

【在 a*******s 的大作中提到】
: 大家都说home inspector不要用agent推荐的,但是mortgage broker可以用agent推荐
: 的么?为什么?
: 谢谢!

avatar
c*o
15
听拉皮条的,或者自己上街找,有多大区别?
avatar
a*s
16
Thank you all for detailed explanation.

know

【在 n******e 的大作中提到】
: a bad mortage broker, the worst case is failing yoru loan.
: a bad inspector could make you bought a problematic house.
: Given you know a lot of mortgage rate and do you homework, a broker can't
: cheat.
: So it's comparably less risky.
: In law, agent can't take any monetary return for such referrals. But we know
: in fact...
: If you use mortgage broker referred by agent, I sugges you ask for more
: rebate since he will defnitely get rebate as well~~

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