isLouisHsu / isLouisHsu/isLouisHsu.github.io

【数据结构】线性表 | LOUIS' BLOG

Open
#56 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

05c1bd0ee8e4d06514b6f06a9cf093c4 Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2020/02/17/%E3%80%90%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E3%80%91%E7%BA%BF%E6%80%A7%E8%A1%A8/

线性表数据结构定义:线性表(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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.