当前位置:网站首页>线性结构,顺序结构
线性结构,顺序结构
2022-08-02 14:11:00 【海无垠】
线性是线性,顺序是顺序,线性是逻辑结构,顺序是存储结构,两者不是一个概念,线性是指一个元素后继只有唯一的一个元素或节点,非线性是一个元素后面可以有多个后继或前继节点,顺序是指存储结构连续,例如数组是顺序的,链表不是顺序的,但他们都是线性的。当然顺序也可以是非线性的,例如顺序结构存储非线性结构的二叉树!!!
** 常用的线性结构有:线性表,堆栈,队列,双队列,数组,串。
常见的非线性结构有:二维数组,*数组,广义表,树(二叉树等),图。
边栏推荐
- 倍增和稀疏表
- Failed to install using npx -p @storybook/cli sb init, build a dedicated storybook by hand
- Actual combat Meituan Nuxt +Vue family bucket, server-side rendering, mailbox verification, passport authentication service, map API reference, mongodb, redis and other technical points
- Golang 垃圾回收机制详解
- casbin模型
- Happy, 9/28 scene collection
- 【离散化+前缀和】Acwing802. 区间和
- Introduction to MATLAB drawing functions ezplot explanation
- KiCad常用快捷键
- 使用libcurl将Opencv Mat的图像上传到文件服务器,基于post请求和ftp协议两种方法
猜你喜欢
随机推荐
STM32LL库——USART中断接收不定长信息
编译error D8021 :无效的数值参数“/Wextra” cl command line error d8021 invalid numeric argument ‘/wextra‘
What should I do if the Win10 system sets the application identity to automatically prompt for access denied?
关于混淆的问题
Mysql的锁
Installation and configuration of Spark and related ecological components - quick recall
win10 system update error code 0x80244022 how to do
Win7 encounters an error and cannot boot into the desktop normally, how to solve it?
MATLAB绘图函数plot详解
推开机电的大门《电路》(一):电压,电流,参考方向
剑指offer:合并两个排序的链表
pygame image rotate continuously
How to update Win11 sound card driver?Win11 sound card driver update method
Letter combination of LeetCode2 phone number
TCP三次握手、四次挥手
KiCad常用快捷键
Cmd Markdown 公式指导手册
Win11 computer off for a period of time without operating network how to solve
Introduction to C language function parameter passing mode
MATLAB绘图命令fimplicit绘制隐函数图形入门详解