Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
isLouisHsu opened this issue Feb 19, 2020 · 0 comments
Open

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

isLouisHsu opened this issue Feb 19, 2020 · 0 comments

Comments

@isLouisHsu
Copy link
Owner

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}$,除了这种先后关系外,线性表不再有

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant