由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - top 4 IT company interview question looking for answer
相关主题
我觉得python,ruby之类实现基于tree structure的算法,不那么直观,也没优势一个C#似疑模板问题
按层遍历二叉树,常量空间,如何做到?一个quadratic programming的问题,请指教!
How can matlab loop over functions请问这是什么语法(C++)?
一个有向图问题singleton question
一个算法求助C语言里面的register变量能否进行取地址操作? (转载)
c# 3 很强大c++ 从linux移植到windows上面
[合集] 微软的一个面试题看来以后要把春运买票网设计当做面试考题了
在线求中位数的算法请教一个有向图的算法
相关话题的讨论汇总
话题: tree话题: answer话题: question话题: interview话题: looking
进入Programming版参与讨论
1 (共1页)
t***u
发帖数: 368
1
“Given a binary tree, how would you write program for getting mirror image
of tree in O(n) time? Is it possible ? Assume you have no constraints on
space.”
y*******g
发帖数: 6599
2
什么是mirror? 不是直接swap(leftchild, rightchild)吗?

image

【在 t***u 的大作中提到】
: “Given a binary tree, how would you write program for getting mirror image
: of tree in O(n) time? Is it possible ? Assume you have no constraints on
: space.”

t***u
发帖数: 368
3
not that straightforward, sounds like ask a way
to duplicate the tree, like we make a mirror ISO file from CD....

【在 y*******g 的大作中提到】
: 什么是mirror? 不是直接swap(leftchild, rightchild)吗?
:
: image

c****p
发帖数: 6474
4
这个同样不难吧。

【在 t***u 的大作中提到】
: not that straightforward, sounds like ask a way
: to duplicate the tree, like we make a mirror ISO file from CD....

1 (共1页)
进入Programming版参与讨论
相关主题
请教一个有向图的算法一个算法求助
C#, recruiter发过来的面试题 (转载)c# 3 很强大
面试题求解 (转载)[合集] 微软的一个面试题
[bssd]怎么作合理的控制让程序产生bugs在线求中位数的算法
我觉得python,ruby之类实现基于tree structure的算法,不那么直观,也没优势一个C#似疑模板问题
按层遍历二叉树,常量空间,如何做到?一个quadratic programming的问题,请指教!
How can matlab loop over functions请问这是什么语法(C++)?
一个有向图问题singleton question
相关话题的讨论汇总
话题: tree话题: answer话题: question话题: interview话题: looking