isLouisHsu / isLouisHsu/isLouisHsu.github.io
【数据结构】线性表 | LOUIS' BLOG
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
线性表数据结构定义:线性表(linear list)也称有序表(ordered list),他的每一个实例都是元素的一个有序集合。对于形如$(e_0, e_1, \dots, e_{n-1})$的实例,$n$为有穷自然数表示线性表的长度或大小,$e_i$为线性表的元素,$i$是元素$e_i$的索引。可以认为$e_0$先于$e_1, \cdots, e_{n-1}$,除了这种先后关系外,线性表不再有
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
Review the linked linear-list article and the repository's existing blog content structure first. The issue names no target file or requested change, so confirm whether the article should be added or revised before starting; done should mean the intended content is present in the repository and matches the agreed scope.
Written by the indexing model from the issue text.
Assessment
- Domain
- content, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100