palantir 面经# JobHunting - 待字闺中
e*n
1 楼
struct Thing {
int length;
struct Thing *things[];
};
/* Return a deep copy of thing. The object graph formed by the copy
* should have the same structure as the object graph of the original,
* but they should share no references.
*/
int length;
struct Thing *things[];
};
/* Return a deep copy of thing. The object graph formed by the copy
* should have the same structure as the object graph of the original,
* but they should share no references.
*/