Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm中序遍历的前驱后继结点算法 #187

Open
weihanlu opened this issue Mar 22, 2019 · 1 comment
Open

Algorithm中序遍历的前驱后继结点算法 #187

weihanlu opened this issue Mar 22, 2019 · 1 comment

Comments

@weihanlu
Copy link

20190322094027

前驱结点此处或许应为
parent.right!==nodeparent.left===node
同理后继结点算法也有类似问题

@ljscode
Copy link

ljscode commented Aug 19, 2019

后面while(node)好像也有问题?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants