由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Zilow在线测试
相关主题
最近找工作的想法和面经.问道题,binary tree里有一个有indegree 2
平衡树Lowest common ancestor of two nodes of Binary Tree
F电面Twitter电面未通过
求教一道老题在版上看到的G题
白痴问题:TreeNode 里面有指向 parent 的指针么?python里面怎么表示树?
L家电面(最新) 攒RP 求blessL家这题咋搞,巨变态
amazon一道面试题设计一个数据结构用来快速
Given a node of a tree, find all nodes on the same levelMS面试题
相关话题的讨论汇总
话题: tree话题: parent话题: string话题: nodes话题: values
进入JobHunting版参与讨论
1 (共1页)
c**y
发帖数: 73
1
Question 1) Convert a string to a long number without using the built in
functions.Describe what (if any) limitations
long str2Long(String s)
{
/* code goes here to convert a string to a long */
}
Question 2) Implement insert and delete in a tri-nary tree. A tri-nary tree
is much like a binary tree but with three child nodes for each parent
instead of two -- with the left node being values less than the parent, the
right node values greater than the parent, and the middle nodes values equal
to the parent.
For example, suppose I added the following nodes to the tree in this order:
5, 4, 9, 5, 7, 2, 2.
The resulting tree would look like this:
5
/ |
4 5 9
/ /
2 7
|
2
l*********8
发帖数: 4642
2
给多长时间?
j**********3
发帖数: 3211
3
lz是new grad么?
j********l
发帖数: 325
4
发完online test给hr,最后hr发给hm,最后就被无语的拒了
h**c
发帖数: 118
5
我今天刚面完。。。请问Ls怎么据的。。。
l*********r
发帖数: 136
6
一样的题目,一样的经历。。。

【在 j********l 的大作中提到】
: 发完online test给hr,最后hr发给hm,最后就被无语的拒了
h**c
发帖数: 118
7
是交完coding test被据么?
1 (共1页)
进入JobHunting版参与讨论
相关主题
MS面试题白痴问题:TreeNode 里面有指向 parent 的指针么?
从tree的post order traversal和pre,能否build这个tree?L家电面(最新) 攒RP 求bless
这个Binary Tree的题来看看amazon一道面试题
BST面试题Given a node of a tree, find all nodes on the same level
最近找工作的想法和面经.问道题,binary tree里有一个有indegree 2
平衡树Lowest common ancestor of two nodes of Binary Tree
F电面Twitter电面未通过
求教一道老题在版上看到的G题
相关话题的讨论汇总
话题: tree话题: parent话题: string话题: nodes话题: values