isLouisHsu / isLouisHsu/isLouisHsu.github.io
【数据结构】二叉树及其他树 | LOUIS' BLOG
Open
Nobody has claimed this yet.
8999153de61eaccf7ab0bd995c7f63ba
Gitalk
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
树定义:一棵树$t$是一个非空的有限元素的集合,其中一个元素为根(root),其余元素组成$t$的子树。根据树的形态,有如下术语:孩子(child)、父母(parent)、兄弟(sibling)、孙子(grandchild)、祖父(grandparent)、祖先(ancestor)、后代(descendent)等等。树中没有孩子的元素称作叶子(leaf)。 树的另一常用术语为级(level)。树根
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked post about binary and other trees. The issue does not identify a correction, addition, target file, or acceptance criteria, so first clarify what content should change and how completion will be verified.
Written by the indexing model from the issue text.
Assessment
- Domain
- content
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100