1 Star 0 Fork 0

PYSpring/dataStructure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
Loading...
README

文件说明

ADT_code

抽象数据类型代码实现

  • circle.c 圆的抽象数据类型实现
  • complex.c 复数抽象数据类型实现

seqList_code

线性表的顺序表示的实现代码

  • seqList.h 定义了顺序表的结点结构和函数声明
  • seqList.c 函数定义文件
  • unitTest.c 单元测试文件

linkList_code

线性表的链式表示的实现代码

  • linkList.h 定义了单链表的结点结构和操作声明
  • linkList.c 定义单链表操作
  • unitTest.c 单链表单元测试文件
  • loopLinkList.h 声明循环单链表操作
  • loopLinkList.c 定义循环单链表操作
  • unitTest_loopLinkList.c 循环单链表单元测试文件
  • doubleLinkList.h 定义双向链表的结点及其结构
  • doubleLinkList.c 定义双向链表的操作
  • unitTest_doubleLinkList.c 双向链表单元测试文件

stack_code

栈的实现

  • seqStack.h 顺序栈的定义文件
  • seqStack.c 顺序栈的实现文件
  • unitTest_seqStack.c 顺序栈的单元测试文件
  • linkStack.h 链栈的定义文件
  • linkStack.c 链栈的实现文件
  • unitTest_linkStack.c 链栈的单元测试文件

queue_code

队列的实现

  • seqQueue.h 顺序队列的定义文件
  • seqQueue.c 顺序队列的实现文件
  • unitTest_seqQueue.c 顺序队列单元测试文件
  • linkQueue.h 链式队列的定义文件
  • linkQueue.c 链式队列的实现文件
  • unitTest_linkQueue.c 链式队列单元测试文件

空文件

简介

取消

发行版

暂无发行版

贡献者 (1)

全部

语言

近期动态

Pushed new commit to master branch 4 months ago, 456c7be...07b9425
Pushed new commit to master branch 4 months ago, bf93d59...456c7be
Pushed new commit to master branch 4 months ago, 52a15fa...bf93d59
Pushed new commit to master branch 4 months ago, 3b0053a...52a15fa
Pushed new commit to master branch 4 months ago, d34bdee...3b0053a
加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/PYSpring/data-structure.git
git@gitee.com:PYSpring/data-structure.git
PYSpring
data-structure
dataStructure
master

搜索帮助