c*****n 发帖数: 95 | 1 国人面试。一道dropbox 的高频题
Find files that have the exact same contents in a given directory. Write a
function that takes a path and returns a list of lists or sets. Each set
should contain files that have the same content.
An example output is for the input "/foo/" is:
[
["/foo/bar.png", "/foo/images/foo.png"],
["/foo/file.tmp", "/foo/other.temp", "/foo/temp/baz/that.foo"],
["/foo/1"]
]
顺利写出主要的逻辑,一些API细节没有时间实现。
recruiter 说还要screening 一轮。要不就是国人大哥没有给好评,要不就是这家要求
的确高 | i******s 发帖数: 301 | 2 他们家常见题。。。还有一个是word breaker。。。 | c*********l 发帖数: 3438 | 3 对老印的题目很容易。难怪被阿三占领
【在 i******s 的大作中提到】 : 他们家常见题。。。还有一个是word breaker。。。
| w*****t 发帖数: 485 | |
|