zhedahht / CodingInterviewChinese2

《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Other
5.32k stars 2.17k forks source link

面试题27_MirrorOfBinaryTree,Test3用例Recursively输出有误。 #28

Closed yaoya0111 closed 5 years ago

yaoya0111 commented 5 years ago

运行结果: wrong_answer.png linux 4.15.0-36-generic gcc 5.4.0

lixiang2017 commented 5 years ago

image 我这边运行结果是对的。 你是不是没在Test3()里调用MirrorRecursively(pNode8);或者把它注释掉了。

yaoya0111 commented 5 years ago

image 我这边运行结果是对的。 你是不是没在Test3()里调用MirrorRecursively(pNode8);或者把它注释掉了。

我的运行结果中第一次Recursively无效,但是第二次结果却调用成功了。 而且我确定我没有改动代码,直接编译的。