r****m 发帖数: 70 | 1 iCloud组,所以他们问了很多文件存储方面的东西
1. Design a storage system to store files, while those files may have large
amount of duplicate content.
Count words in a document. 如果文件很大,内存装不下怎么办
2 sliding window
Memory copy
3 一个机器人,只能向下和右移动,给一个n*m的矩阵,求机器人从(1,1) 到 (m, n)
的路径树,leetcode原题
设计一个系统用来计算机器的数目
4 Lunch with Director, some detail about projects
5 N casino 30 day max profit, 每个赌场每天的盈利情况不一样,每天只能在一个赌
场,第二天只能跳跃到相邻的赌场
Max span in a tree
3 sorted linked lists find the min(|x-y|, |x-z|, |y-z|)
6 Binary tree serialize and de-serialize, 每个节点存一个char字符 (ASCII), 要
求序列化后存储空间最小 | p*****2 发帖数: 21240 | | s********l 发帖数: 998 | 3 这个是onsite吗?bless~
3 sorted linked lists find the min(|x-y|, |x-z|, |y-z|)
这 x, y, z 分别在不同的3个list里?
large
【在 r****m 的大作中提到】 : iCloud组,所以他们问了很多文件存储方面的东西 : 1. Design a storage system to store files, while those files may have large : amount of duplicate content. : Count words in a document. 如果文件很大,内存装不下怎么办 : 2 sliding window : Memory copy : 3 一个机器人,只能向下和右移动,给一个n*m的矩阵,求机器人从(1,1) 到 (m, n) : 的路径树,leetcode原题 : 设计一个系统用来计算机器的数目 : 4 Lunch with Director, some detail about projects
| t*********h 发帖数: 941 | 4 software engineer么?赶脚不容易啊
large
【在 r****m 的大作中提到】 : iCloud组,所以他们问了很多文件存储方面的东西 : 1. Design a storage system to store files, while those files may have large : amount of duplicate content. : Count words in a document. 如果文件很大,内存装不下怎么办 : 2 sliding window : Memory copy : 3 一个机器人,只能向下和右移动,给一个n*m的矩阵,求机器人从(1,1) 到 (m, n) : 的路径树,leetcode原题 : 设计一个系统用来计算机器的数目 : 4 Lunch with Director, some detail about projects
| p*****2 发帖数: 21240 | 5
嗯。比较容易挂。
【在 t*********h 的大作中提到】 : software engineer么?赶脚不容易啊 : : large
| l**h 发帖数: 893 | 6 不容易啊,赌场那题是不是跟下面这个差不多
http://discuss.joelonsoftware.com/default.asp?interview.11.4465
5 N casino 30 day max profit, 每个赌场每天的盈利情况不一样,每天只能在一个赌
场,第二天只能跳跃到相邻的赌场
large
【在 r****m 的大作中提到】 : iCloud组,所以他们问了很多文件存储方面的东西 : 1. Design a storage system to store files, while those files may have large : amount of duplicate content. : Count words in a document. 如果文件很大,内存装不下怎么办 : 2 sliding window : Memory copy : 3 一个机器人,只能向下和右移动,给一个n*m的矩阵,求机器人从(1,1) 到 (m, n) : 的路径树,leetcode原题 : 设计一个系统用来计算机器的数目 : 4 Lunch with Director, some detail about projects
| l*****a 发帖数: 14598 | 7 一维应该比二维容易吧
【在 l**h 的大作中提到】 : 不容易啊,赌场那题是不是跟下面这个差不多 : http://discuss.joelonsoftware.com/default.asp?interview.11.4465 : 5 N casino 30 day max profit, 每个赌场每天的盈利情况不一样,每天只能在一个赌 : 场,第二天只能跳跃到相邻的赌场 : : large
|
|