由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - snapchat 面试题
相关主题
2 Sigma的onsite面经priority_queue C++ implementation
question 2: o(1) euque and dequeue?Snapchat电面
职业杯另外一道面试的时候 binary tree的delete也要15分钟之内写完么?
google phone interview问一个问题: binary search Tree的删除用java实现。
问个经典面试题哪位大牛能给贴个tri-nary search tree的delete的code?
what is the internal implementation of Dequeleetcode 新题findMin2 大家给挑挑毛病。
implement Blocking Queue in javaLC的search rotated array 2是不是搞错了?
面试题求教一道经典面题的解法
相关话题的讨论汇总
话题: queue1话题: queue2话题: implement话题: snapchat话题: 面试题
进入JobHunting版参与讨论
1 (共1页)
a****h
发帖数: 126
1
碰见了两个 stanford interviewers (上次是google), 考的题都有类似。
1. Implement a Stack (first in last out), requirement is pop, push, findMin
is all O(1) complexity.
2. have 2 queues, implement a skip iterator. pop() gives queue1, then
queue2, then queue1, queue2. (第二题是前些日子碰到的,具体有点儿记不清了)。
1 (共1页)
进入JobHunting版参与讨论
相关主题
求教一道经典面题的解法问个经典面试题
贡献两道google面试题what is the internal implementation of Deque
Level order traversal只让用一个Queue怎么做?implement Blocking Queue in java
给一个股票的time series,如何求past N days high?面试题
2 Sigma的onsite面经priority_queue C++ implementation
question 2: o(1) euque and dequeue?Snapchat电面
职业杯另外一道面试的时候 binary tree的delete也要15分钟之内写完么?
google phone interview问一个问题: binary search Tree的删除用java实现。
相关话题的讨论汇总
话题: queue1话题: queue2话题: implement话题: snapchat话题: 面试题