博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【2021-MOOC-浙江大学-陈越、何钦铭-数据结构】线性结构
阅读量:4102 次
发布时间:2019-05-25

本文共 276 字,大约阅读时间需要 1 分钟。

文章目录


1.线性表

image-20210309140309129

1.1 线性表的顺序存储实现

image-20210309140410999

1.1.1 查找操作

image-20210309140617192

1.1.2 插入操作

image-20210309141305493

image-20210309141022194

1.1.3 删除操作

image-20210309141329821

image-20210309141514292

1.2 线性表的链式存储实现

在这里插入图片描述

1.2.1 求表长

image-20210309141823196

1.2.2 查找操作

image-20210309141939447

1.2.3 插入操作

image-20210309142051920

image-20210309142215111

1.2.4 删除操作

image-20210309142321648

image-20210309142416075

2.堆栈

image-20210309144136488

image-20210309144154641

image-20210309144243283

image-20210309144302618

2.1 栈的顺序存储实现

image-20210309144353139

2.1.1 入栈操作

image-20210309144448910

2.1.2 出栈操作

image-20210309144533480

2.2 堆栈的链式存储实现

image-20210309144730054

2.2.1 入栈操作

image-20210309144907732

2.2.2 出栈操作

image-20210309144959836

2.3 中缀表达式 转 后缀表达式

image-20210309145044170

image-20210309145056615

3.队列

image-20210309145603276

image-20210309145614983

3.1 队列的顺序存储实现

image-20210309145656451

3.1.1 入队操作

image-20210309145925750

image-20210309145913453

3.1.2 出队操作

image-20210309150008950

3.2 队列的链式存储实现

image-20210309150123338

3.2.1 出队操作

image-20210309150224103

转载地址:http://orbsi.baihongyu.com/

你可能感兴趣的文章