由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 贡献几个on-site题,不说谁家的了
相关主题
how to judge a linked list is palindrome?问个经典问题的improvement
帮我看一下5行代码Uber 面经
linked list排序的算法除了bubble报个z******ts的onsite面经
收集了几个 List相关的题FB 上周2电面
问一道C++ template的面试题发个servicenow testing职位的面经和offer
what is the internal implementation of Deque面完G的电面了,忐忑
这道facebook 题啥意思?攒人品,求祝福,贡献新鲜T家面筋
请教 Iterator 一题郁闷的G面试!
相关话题的讨论汇总
话题: iterator话题: wrapper话题: sorted话题: matrix话题: simulate
进入JobHunting版参与讨论
1 (共1页)
p*****o
发帖数: 1285
1
1. Print a matrix in spiral order from (0,0) to the center.
2. longest palindromic sub-string.
3. implement a wrapper class, Iterator >, to simulate the
interface of Iterator.
4. validate a binary search tree.
5. design a traffic light system.
6. 2-d sorted matrix, count negative numbers.
7. merge two sorted linked lists.
z****h
发帖数: 164
2
thanks!
b******v
发帖数: 1493
3
traffic light system该怎么design?

★ 发自iPhone App: ChineseWeb - 中文网站浏览器

【在 p*****o 的大作中提到】
: 1. Print a matrix in spiral order from (0,0) to the center.
: 2. longest palindromic sub-string.
: 3. implement a wrapper class, Iterator >, to simulate the
: interface of Iterator.
: 4. validate a binary search tree.
: 5. design a traffic light system.
: 6. 2-d sorted matrix, count negative numbers.
: 7. merge two sorted linked lists.

q***y
发帖数: 236
4
多谢分享。
3. implement a wrapper class, Iterator >, to simulate the
interface of Iterator.
这题能在解释下吗?
p*****o
发帖数: 1285
5
Iterator class provides two basic methods,
bool has_next();
T& next();
要求写一个wrapper class for Iterator>, 实现和Iterator相同的界
面,也就是实现上述两个方法。

【在 q***y 的大作中提到】
: 多谢分享。
: 3. implement a wrapper class, Iterator >, to simulate the
: interface of Iterator.
: 这题能在解释下吗?

1 (共1页)
进入JobHunting版参与讨论
相关主题
郁闷的G面试!问一道C++ template的面试题
FG nyc 面经what is the internal implementation of Deque
有A[i]这道facebook 题啥意思?
为什么面试程序员要问算法题?请教 Iterator 一题
how to judge a linked list is palindrome?问个经典问题的improvement
帮我看一下5行代码Uber 面经
linked list排序的算法除了bubble报个z******ts的onsite面经
收集了几个 List相关的题FB 上周2电面
相关话题的讨论汇总
话题: iterator话题: wrapper话题: sorted话题: matrix话题: simulate