Remove the file headers from the docs.

This commit is contained in:
krahets
2023-02-26 02:19:40 +08:00
parent 2b33f7bc5f
commit b25aadae6f
44 changed files with 0 additions and 176 deletions

View File

@@ -1,7 +1,3 @@
---
comments: true
---
# 二叉树
「二叉树 Binary Tree」是一种非线性数据结构代表着祖先与后代之间的派生关系体现着“一分为二”的分治逻辑。类似于链表二叉树也是以结点为单位存储的结点包含「值」和两个「指针」。