最新的MS面试题 (转载)# Programming - 葵花宝典
V*e
1 楼
【 以下文字转载自 JobHunting 讨论区 】
发信人: VirtualLife (Who AM I), 信区: JobHunting
标 题: 最新的MS面试题
发信站: BBS 未名空间站 (Tue Sep 18 11:41:43 2007)
Coding Exercise:
Write a method that takes a pointer to a Node structure as a parameter. The
Node structure contains two pointers to other Node structures. The function
should return a complete copy of the passed-in data structure.
For example, the method signature could look like so:
Node* Copy(Node* root);
Note:
· Do not make any assumptions about the data str
发信人: VirtualLife (Who AM I), 信区: JobHunting
标 题: 最新的MS面试题
发信站: BBS 未名空间站 (Tue Sep 18 11:41:43 2007)
Coding Exercise:
Write a method that takes a pointer to a Node structure as a parameter. The
Node structure contains two pointers to other Node structures. The function
should return a complete copy of the passed-in data structure.
For example, the method signature could look like so:
Node* Copy(Node* root);
Note:
· Do not make any assumptions about the data str