当前位置:网站首页>线性结构,顺序结构
线性结构,顺序结构
2022-08-02 14:11:00 【海无垠】
线性是线性,顺序是顺序,线性是逻辑结构,顺序是存储结构,两者不是一个概念,线性是指一个元素后继只有唯一的一个元素或节点,非线性是一个元素后面可以有多个后继或前继节点,顺序是指存储结构连续,例如数组是顺序的,链表不是顺序的,但他们都是线性的。当然顺序也可以是非线性的,例如顺序结构存储非线性结构的二叉树!!!
** 常用的线性结构有:线性表,堆栈,队列,双队列,数组,串。
常见的非线性结构有:二维数组,*数组,广义表,树(二叉树等),图。
边栏推荐
猜你喜欢
随机推荐
Use libcurl to upload the image of Opencv Mat to the file server, based on two methods of post request and ftp protocol
Codeforces Round #605 (Div. 3)
What should I do if Windows 10 cannot connect to the printer?Solutions for not using the printer
General syntax and usage instructions of SQL (picture and text)
二叉树创建之层次法入门详解
推开机电的大门《电路》(一):电压,电流,参考方向
队列与栈
使用libcurl将Opencv Mat的图像上传到文件服务器,基于post请求和ftp协议两种方法
STM32LL library use - SPI communication
Lightweight AlphaPose
Redis常见面试题
MATLAB图形加标注的基本方法入门简介
C语言函数参数传递模式入门详解
Software Testing Basics (Back)
IPV4和IPV6是什么?
动态数组-vector
What should I do if the Win10 system sets the application identity to automatically prompt for access denied?
2.登录退出,登录状态检查,验证码
关于c语言的调试技巧
第二十八章:解题技巧