package
1.0.1
Repository: https://github.com/gggxie/datastructure.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
节点匹配.
自底向上递归,根据对称性,left.Left=right.Right,left.Right=right.Left.
前序遍历,每个节点单独和B进行匹配判断B是否为A的子树.

# Structs

https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/ 二叉树的序列化与反序列化.
https://leetcode-cn.com/problems/cong-shang-dao-xia-da-yin-er-cha-shu-ii-lcof/ 从上到下打印二叉树 II.
No description provided by the author