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

《学习javascript数据结构和算法》—— 树 #4

Open
oliver1204 opened this issue Dec 9, 2016 · 0 comments
Open

《学习javascript数据结构和算法》—— 树 #4

oliver1204 opened this issue Dec 9, 2016 · 0 comments

Comments

@oliver1204
Copy link
Owner

oliver1204 commented Dec 9, 2016

概况

image

二叉树-> 字符串 序列化
字符串-> 二叉树 反序列化

序列化方法

1、中序遍历

image

2、先序遍历

image

3、后序遍历

image

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

1 participant