由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 前几天的interview题
相关主题
贡献G电 估计挂了谁有较好的iterative后序遍历binary tree的代码?
我恨iPhone@Facebook电面转一些我blog上一些常见的二叉树面试问题和总结
pocket gems电面第二轮面经Google电面
贡献最近面的T家电面一题,顺便求个bless~~问两道AMAZON电面题
谁能给个Serialization/Deserialization of a Binary Tree Java版完整code?树 inorder下个节点最好办法是啥
发面经,攒人品A面试题
this question is nice如何 reversely print一个single linked-list中各个node里的数据?
"简单的"linklist的问题关于inordertraversal 的iterative way
相关话题的讨论汇总
话题: node话题: words话题: list话题: find话题: sentence
进入JobHunting版参与讨论
1 (共1页)
w****h
发帖数: 152
1
感觉我都回答的不好...
1. a linked list, and the last node could point back to any node in the list
. find the node in the list to which the last node points to.
我的方法是iterate the list, mark each node if we pass it, the node that we
are looking for should be the one that we already passed. 但是这样就要在每个
node里加个flag,似乎不太好。
2. find the common words in two sentences.
这个我回答的太土了。我tokenize each words in the sentence, 然后比较这些words
。有啥简单的方法吗?
3. find the specific words in a sentence.
其实就是strstr()?
4. how to remove a cy
1 (共1页)
进入JobHunting版参与讨论
相关主题
关于inordertraversal 的iterative way谁能给个Serialization/Deserialization of a Binary Tree Java版完整code?
ms面试题目发面经,攒人品
问了一个链表,1->2->3->4->5, 每两个交换,2->1->4->3->5this question is nice
上个题大家给评评 (G家的)"简单的"linklist的问题
贡献G电 估计挂了谁有较好的iterative后序遍历binary tree的代码?
我恨iPhone@Facebook电面转一些我blog上一些常见的二叉树面试问题和总结
pocket gems电面第二轮面经Google电面
贡献最近面的T家电面一题,顺便求个bless~~问两道AMAZON电面题
相关话题的讨论汇总
话题: node话题: words话题: list话题: find话题: sentence