搜索资源列表
General-List
- 广义表 基本操作:    InitGList(&L)   操作结果:创建空的广义表L。CreateGList(&L,S) 初始条件:S是广义表的书写形式串。操作结果:由S创建广义表L。DestroyGList(&L) 初始条件:广义表L存在。操作结果:销毁广义表L。CopyGList(&T,L) 初始条件:广义表L存在。操作结果:由广义表L复制得到广义表T。GlistLength(L) 初始条件:广义表L存
List
- 单链表的基本操作,创建一个广义表+判空+显示+长度, 广义表的复制+插入+深度+删除+销毁,打印广义表中的原子。-The basic operation of a single list, create a generalized table+ empty+ show+ the length of sentence, the generalized form of the copy+ delete+ insert+ depth+ des
BiTree
- 1.定义二叉链表类型,建立二叉树。 2.先序遍历二叉树,并输出遍历结果。 3.中序遍历二叉树,并输出遍历结果。 4.后序遍历二叉树,并输出遍历结果。 5.层次遍历二叉树,并输出遍历结果。 6.求二叉树的深度、总结点数、叶子结点数、二叉树的复制。-(1) define a binary linked list type, the establishment of a binary tree. 2 preorder tr
glist
- 广义表的相关操作,长度和深度的计算,利用广义表构造广义表以及广义表的复制-Generalized list operation, the length and depth of the calculation, using generalized table construct generalized table as well as generalized table replication
List Clone
- List的深度复制 浅谈C#中List<T>对象的深度拷贝问题(List Clone Introduction to c # in the List < T > object deep copy of the problem)