文件名称:Data_Structure_Code
介绍说明--下载内容均来自于网络,请自行研究使用
运用基本的数据结构操作,实现简单的功能。其中INVERSE代码实现了一组至多组整形数在单链表中的反序输出操作;mypoly代码实现了多项式在单链表的加减法输出;operation代码实现了利用穿拼接出最大的整形数;括号配对1代码实现了一组至多组括号字符的用顺序栈检查配对情况;身高排序插入代码实现单链表的插入操作。-Using the basic data structure operations to achieve some simple functions. INVERSE code sets up a group of integers reverse order output operations in a single linked list mypoly code displays polynomial subtraction output in a link list operation code through the use of stitching the largest number of combination 括号配对1 code sets up a set of parentheses characters with a sequence of stack checking pairing 身高排序插入 code conducts singly linked list insertion.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mypoly.cpp
括号配对1.cpp
operation.cpp
INVERSE.CPP
身高排序插入.cpp