|
|
|
|
|
|
c**y 发帖数: 172 | 1 question 1
implement a function to calculate x^y, where x is double and y is integer.
Answer: use recursion
question 2
1TB disk, thousands of thousands of files. How to find out the files who
have the same quantum?
I don't know what the quantum of a file is? According to the interviewer's
explanation, the quantum means the arrangement of '0' and '1' bits inside a
file. | s*********t 发帖数: 1663 | 2 第一个用简单的循环会比recursion好吗?
第二个排序后checksum hashtable?
a
【在 c**y 的大作中提到】 : question 1 : implement a function to calculate x^y, where x is double and y is integer. : Answer: use recursion : question 2 : 1TB disk, thousands of thousands of files. How to find out the files who : have the same quantum? : I don't know what the quantum of a file is? According to the interviewer's : explanation, the quantum means the arrangement of '0' and '1' bits inside a : file.
| D***h 发帖数: 183 | 3 bless。thanks for sharing。
a
【在 c**y 的大作中提到】 : question 1 : implement a function to calculate x^y, where x is double and y is integer. : Answer: use recursion : question 2 : 1TB disk, thousands of thousands of files. How to find out the files who : have the same quantum? : I don't know what the quantum of a file is? According to the interviewer's : explanation, the quantum means the arrangement of '0' and '1' bits inside a : file.
| f*******r 发帖数: 1086 | 4
a
祝好运!
【在 c**y 的大作中提到】 : question 1 : implement a function to calculate x^y, where x is double and y is integer. : Answer: use recursion : question 2 : 1TB disk, thousands of thousands of files. How to find out the files who : have the same quantum? : I don't know what the quantum of a file is? According to the interviewer's : explanation, the quantum means the arrangement of '0' and '1' bits inside a : file.
| J*********r 发帖数: 5921 | |
|
|
|
|
|
|