go

inorder to bst from a normal tree

英文: inorder to bst from a normal tree 问题 第一个写的代码为什么会出错,而第二个却没有。我不明白的是,在这两段代码中,我们都在操作根指针,为什么第一个不起作用,而...