由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 今天面了个老印
相关主题
树的前序遍历求助一个数据结构的求时间复杂度问题
Cormen星号题:O(n)遍历二叉树,只能用O(1) extra spacemerge two Binary search tree in O(n) time and O(1) space
[合集] 二叉树的实现问一下STL里的queue, and stack 遍历的问题 (转载)
BFS traversal starting from leaf level ???Will phone interview a lao-uh-san and a chinese folk next w (转载)
按层遍历二叉树,常量空间,如何做到?问个树遍历的线程化问题
真心求助 .net c# 算法,数据结构书,网站请大虾验证!
react js这个有必要学习么?是代替什么的?干angular js用的?请构造个数据结构,满足:
问题请教an interview question
相关话题的讨论汇总
话题: algorithm话题: using话题: traversal话题: recursion话题: asked
进入Programming版参与讨论
1 (共1页)
c***d
发帖数: 996
1
有点莫名其妙。 题没作出来就算了,结果问我每天工作中会用到这些数据结构和
算法吗? 大哥,我要你教我怎么面试吗?
g*****e
发帖数: 172
2
lol
很多人跟我说数据结构在工作中用到的可能性非常小.

【在 c***d 的大作中提到】
: 有点莫名其妙。 题没作出来就算了,结果问我每天工作中会用到这些数据结构和
: 算法吗? 大哥,我要你教我怎么面试吗?

N***m
发帖数: 4460
3
那得看什么工作。
不过就一般工作而言用到的可能性很小,掌握些基本概念就行了,
最烦那些面试还问二叉树的

【在 g*****e 的大作中提到】
: lol
: 很多人跟我说数据结构在工作中用到的可能性非常小.

c***d
发帖数: 996
4
我还真问的是二叉树, 还好你没来。

【在 N***m 的大作中提到】
: 那得看什么工作。
: 不过就一般工作而言用到的可能性很小,掌握些基本概念就行了,
: 最烦那些面试还问二叉树的

b******n
发帖数: 592
5
看面试者情况了,如果学校刚出来,能问得也只有这些,如果工作多年的还问这些就
有些变态了。

【在 N***m 的大作中提到】
: 那得看什么工作。
: 不过就一般工作而言用到的可能性很小,掌握些基本概念就行了,
: 最烦那些面试还问二叉树的

M**********n
发帖数: 432
6
What was the question you asked? Can you share it here with us?

【在 c***d 的大作中提到】
: 我还真问的是二叉树, 还好你没来。
a***y
发帖数: 2803
7
难道是问的二叉树的遍历?

【在 M**********n 的大作中提到】
: What was the question you asked? Can you share it here with us?
M**********n
发帖数: 432
8
If there is no special requirement on the algorithm, traversal using
recursion would be too easy, unless he asked traversal algorithm without
using recursion.

【在 a***y 的大作中提到】
: 难道是问的二叉树的遍历?
c****p
发帖数: 6474
9
不用递归就得用栈了吧。。

【在 M**********n 的大作中提到】
: If there is no special requirement on the algorithm, traversal using
: recursion would be too easy, unless he asked traversal algorithm without
: using recursion.

N***m
发帖数: 4460
10
//hammer... run

【在 c***d 的大作中提到】
: 我还真问的是二叉树, 还好你没来。
M**********n
发帖数: 432
11
Stack is not needed if using Morris algorithm.

【在 c****p 的大作中提到】
: 不用递归就得用栈了吧。。
a***y
发帖数: 2803
12


【在 N***m 的大作中提到】
: //hammer... run
1 (共1页)
进入Programming版参与讨论
相关主题
an interview question按层遍历二叉树,常量空间,如何做到?
请推荐讲算法和数据结构的好书!真心求助 .net c# 算法,数据结构书,网站
阅读Robert Sedgewick的"algorithms in C"的感受react js这个有必要学习么?是代替什么的?干angular js用的?
自学算法与数据结构问题请教
树的前序遍历求助一个数据结构的求时间复杂度问题
Cormen星号题:O(n)遍历二叉树,只能用O(1) extra spacemerge two Binary search tree in O(n) time and O(1) space
[合集] 二叉树的实现问一下STL里的queue, and stack 遍历的问题 (转载)
BFS traversal starting from leaf level ???Will phone interview a lao-uh-san and a chinese folk next w (转载)
相关话题的讨论汇总
话题: algorithm话题: using话题: traversal话题: recursion话题: asked