资源列表
SQList
- 这个是C语言数据结构里面的顺序表代码实现,有需要的可以参考参考-This is the realization of the order of the C language data structures inside the table code, the need to refer to the reference ....
linklistDemo
- 这个是C语言数据结构里面的链表代码实现, 用VC++开发平台实现,有需要的可以参考参考-This is a C language data structures inside the linked list code to achieve, implemented using VC++ development platform, the need to refer to the reference ....
Stack
- 堆栈的代码实现,VC++平台开发,C语言描述的数据结构-Stack code to achieve, VC++ platform development, the C language to describe the data structure
Hanoi
- 汉诺塔的代码实现,VC++开发平台,C语言描述。-The Tower of Hanoi' s code, VC++ development platform, the C language descr iption.
Maze
- 迷宫的代码实现,VC++开发平台,C语言描述。-Maze of code to achieve, VC++ development platform, the C language descr iption.
BinTree
- 二叉树代码实现,VC++开发平台,C语言描述的数据结构。-Binary tree code implementation, VC++ development platform, the C language to describe the data structure.
second200981176
- 邻接表,迪杰斯特拉算法-Adjacent table, Dijkstra algorithm
exp
- 给定n个石子,其重量分别为a1,a2,a3,……,an,要示将其划分成m份,每一份的划分费用定义为这份石子中最大重量与最小重量的差的平方。总划分费用等于m份划分费用之和。对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Given an n stone, its weight, respectively a1, a2, a3, ......, an, to be shown to be divided into m parts, each a division of costs defi
mobile
- 移动数字排列方阵,随机输入8个数字,将数字按方阵依次序排列-Square mobile digital arrangement, random input eight Numbers, will in turn the phalanx Numbers in descending order
CPP-Code-daquan
- C++代码大全里面介绍了很多经典的算法,方便大家参考C + + code inside with many classical algorithm is introduced, convenient for your reference -C++ code inside with many classical algorithm is introduced, convenient for your reference
xunhuanlianbiao
- 数据结构中的循环队列,以链表为存储结构,可以实现杨辉三角的输出-Circular queue data structure linked list for storage structure can be achieved Yang Hui triangle output
BinaryTree
- 数据结构中二叉树的我自己的一种实现,是用单链表为存储结构,解决问题的过程中没出现过什么问题,希望对大家有帮助吧-Binary tree data structure of my own achieve with a single linked list storage structure, problem-solving process not been any problems, we hope to
