由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 面试题
相关主题
Graph DFS Iterative求助一道面试题
悲催呀,A家要电话三面问个经典面试题
请教一个题Common Ancestor(不是tree)问个google面试题
[合集] google 面试题fb面试题【转】
请教两个面试题面试题
早上的面试题 -攒人品,发几个面试题 C/C++
bb面试题请教几道对我来说高深的面试题
大家看看这几道亚麻面试题怎么做?求一个面试题解答。。
相关话题的讨论汇总
话题: bricks话题: kind话题: find话题: graph话题: implement
进入JobHunting版参与讨论
1 (共1页)
c****e
发帖数: 90
1
最近面了几家公司
1, design short URL
2, ransom notes.
3, judge whether a string is a merge from other two strings,
4, implement lru cache
5, implement a library that dispatch jobs to a thread pool after a certain
delay. the amount of delay time is given in a parameter. only care about
single machine implementations.
6 social graph, find out whether any 2 nodes are within 3 hops. then how do
you define the schema (and how to partition the data) to store the graph to
minimize remote call in the above function.
7. several kind of bricks, each kind has a weight, and strength (weight of
bricks that can be laid on top). your have limited number of bricks from
each kind, find out the highest that you can lay the bricks.
8. a square of positive integers. when you are in one cell, you can move up
, down, left or right. find a path that start from 0,0 end with n,n where
the sum of cell values on the path is the smallest.
1 (共1页)
进入JobHunting版参与讨论
相关主题
求一个面试题解答。。请教两个面试题
一道onsite面试题早上的面试题 -
M 家面试题bb面试题
Yahoo Platform组面经大家看看这几道亚麻面试题怎么做?
Graph DFS Iterative求助一道面试题
悲催呀,A家要电话三面问个经典面试题
请教一个题Common Ancestor(不是tree)问个google面试题
[合集] google 面试题fb面试题【转】
相关话题的讨论汇总
话题: bricks话题: kind话题: find话题: graph话题: implement