文件名称:data_structure
文件大小:8KB
文件格式:ZIP
更新时间:2024-08-01 15:42:40
C
项目数据结构算法
应用数据结构概念的学术项目。
算法
练习 1,用虚拟头简单链接线性列表。
练习 2,带有虚拟头的双向链表。
练习 3,堆栈中的动态内存分配。
练习 4,队列中的动态内存分配给医疗诊所管理。
建造
克隆
$ git clone git@github.com:scalone/data_structure.git
$ cd data_structure
干净的
$ make clean
编译
$ make
测试
编译
$ make runner
跑步
$ ./runnner
用法
$ ./program
【文件预览】:
data_structure-master
----ex3.h(56B)
----ex4.h(56B)
----runner.c(640B)
----ex2.h(56B)
----menu.h(119B)
----README.md(1KB)
----Makefile(400B)
----ex3.c(2KB)
----menu.c(236B)
----ex2.c(3KB)
----ex1.h(56B)
----program.c(1002B)
----.gitignore(18B)
----ex1.c(3KB)
----ex4.c(4KB)