c********3 发帖数: 19 | 1 Imagine a large city like Los Angeles. Suppose someone shows up at location
A, then N minutes later at location B. Design a function that approximates
the probability they passed a Starbucks.
一个小公司的电面要问到的题,说是让先思考下。感觉是back of the envelope 性质
的估算题,但这种题目太过抽象啦,不知道一般是何思路? |
C******c 发帖数: 34 | |
M********E 发帖数: 43 | |
c********3 发帖数: 19 | 4 下周
【在 M********E 的大作中提到】 : mark : lz什么时候面
|
c********3 发帖数: 19 | 5 具体点?
【在 M********E 的大作中提到】 : mark : lz什么时候面
|
b**********5 发帖数: 7881 | 6 最最简单的思路:
看你的starbucks的数据是怎么样的。 比如你有个在整个LA, 所有的starbucks的
location的数据
那么你connect point A and point B, 然后看这个城市的city planning是怎么样的
, 比如manhattan is like vertical and horizontal,LA可能是circular的道路。
如果像Manhattan, then use line AB as the diaganol of a rectangle, 然后看那
个rectangle里, starbucks的密度
或者就是用 line AB, and draw a circle, and see how many starbucks in the
circle...
location
【在 c********3 的大作中提到】 : Imagine a large city like Los Angeles. Suppose someone shows up at location : A, then N minutes later at location B. Design a function that approximates : the probability they passed a Starbucks. : 一个小公司的电面要问到的题,说是让先思考下。感觉是back of the envelope 性质 : 的估算题,但这种题目太过抽象啦,不知道一般是何思路?
|