> For the complete documentation index, see [llms.txt](https://liuzhenglaichn.gitbook.io/algorithm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liuzhenglaichn.gitbook.io/algorithm/binary-tree.md).

# Binary Tree

- [Avl Tree](https://liuzhenglaichn.gitbook.io/algorithm/binary-tree/avl-tree.md)
- [Binary Search Tree](https://liuzhenglaichn.gitbook.io/algorithm/binary-tree/binary-search-tree.md)
- [Serialization And Deserialization](https://liuzhenglaichn.gitbook.io/algorithm/binary-tree/serialization-and-deserialization.md)
- [Traversal](https://liuzhenglaichn.gitbook.io/algorithm/binary-tree/traversal.md)
