由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 这段代码啥意思?看了半天没看懂。郁闷中~~~~~~~~~~
相关主题
这段代码没看懂?啥意思request solutions to 2 questions on leetcode
这段代码啥意思,大伙帮忙看看!Leetcode Timeout
Interleave Strings那个题目有O(n)时间 O(1)空间算法么?facebook的面试题
面经(L)问个java List的问题
问2道面试题发个Twitter的面试题
java没有指针真麻烦interleave string 的题目
chess game的OOD关于 unique paths,总是过不了 OJ, 请牛牛们帮忙看看~~~先谢过。。。
贡献今天facebook电面 一道题分享Imo电面题
相关话题的讨论汇总
话题: child话题: noname话题: childnode话题: haschild话题: string
进入JobHunting版参与讨论
1 (共1页)
h*****g
发帖数: 312
1
一家CS公司以前的面试题,看了半天硬是没看懂,能不能帮忙看看这代码输出啥?
谢谢!
1 // *********
2 // SAMPLE #2
3 // *********
4
5 class NoName
6 {
7 children = new Hashtable()
8 name = ""
9
10 boolean haschild(child: string)
11 {
12 return children.contains(child)
13 }
14
15 NoName addChild(child: string)
16 {
17 childnode = new NoName()
18 childnode.name = child
19 children[child] = childnode
20 return childnode
21 }
22
23 NoName getNode(child: string)
24 {
25 if haschild(child)) then return children[child]
2
b***e
发帖数: 1419
2
/home/user/{ba{r, z/{one, two}}, foo}
This program establish a prefix-tree, and print it in a serialized format.
1 (共1页)
进入JobHunting版参与讨论
相关主题
分享Imo电面题问2道面试题
一个问题:Track Changesjava没有指针真麻烦
leetcode Parlindrome Partition run time errorchess game的OOD
我觉得valid number其实并不难贡献今天facebook电面 一道题
这段代码没看懂?啥意思request solutions to 2 questions on leetcode
这段代码啥意思,大伙帮忙看看!Leetcode Timeout
Interleave Strings那个题目有O(n)时间 O(1)空间算法么?facebook的面试题
面经(L)问个java List的问题
相关话题的讨论汇总
话题: child话题: noname话题: childnode话题: haschild话题: string