资源列表
most-common-subsequence-string
- 算法设计类源码。使用动态规划的方式计算两个字符串的最大公共子序列。-Algorithm design class source code. Calculated using dynamic programming the two most common subsequence string.
HT
- huffman coding homework
list
- 顺序表的创建,按位置删除,删除特定单元内容,按位置插入,合并两有序顺序表,查找特定内容。-create a list and do delete or insert in this list.
lianbiaodachuan
- 一个链表的简单功能 具备一个链表的一些最基本的功能 -A list of simple functions with a list of some of the most basic functions
Traversing-Graph
- 通过深度优先遍历与广度优先遍历算法实现图的遍历-By depth-first traversal and breadth-first traversal graph traversal algorithm
DoubleQeueu
- 双端队列 数据结构与算法分析 in C 按照书中描述实现-Deque Data Structure And Algorithm Analysis In C
file1
- 线性表的顺序存储表示(结构)及实现 创建一个顺序表(数据自拟); 在顺序表的指定位置插入一个元素; 在顺序表的指定位置删除一个元素; 将两个有序顺序表合并成一个新的有序顺序表
gzlj
- 最小关键路径算法,数据结构的最小关键路径-Minimum critical path algorithm, data structure of the smallest critical path
xueshen
- 每一条记录包括一个学生的学号、姓名、性别、各门课成绩(上学期的科目)、平均成绩。 2) 输入功能:可以一次完成若干条记录的输入。 3) 显示功能:完成全部学生记录的显示。 4) 查找功能:完成按姓名或学号查找学生记录,并显示。 5) 排序功能:按学生平均成绩进行排序。 6) 插入功能:按平均成绩高低插入一条学生记录。 7) 将学生记录存在文件student.dat中。 -Each record consists of a student' s student n
Personal-Address-Book-Management
- 可以实现个人通讯录的简单管理,包括添加,查找,删除联系人信息的C语言源代码-You can implement simple management of personal contacts, including add, find, delete contact information of C language source code
sqlist
- 链表的初始化 判断是否为空 计算长短 输入输出
add
- 到底出栈有多少种呢.程序帮你实现 数据结构的一个题-A stack in the end how many species do. Procedures to help you achieve the data structure of a title
