资源列表
6
- 8皇后问题,解决生活中一些实际问题,寓教于乐,富有启发性-8 Queen' s problem, to solve some practical problems of life, entertaining, enlightening
pku2556
- acm pku 2556自己做的ac的源代码-acm pku 2556 to do their own source code ac
Inverse
- 对以单链表为存储结构的数组进行就地逆置,要求不占用新空间-On a single list for the storage structure of the array in-place against the home, asked not to occupy the new space
BinTree
- 二叉树的头文件 声明 使用C++写好 仅是一个头文件-The header file declares a binary tree using C++ header file only a written
NO2
- 顺序表 create_sqlist(Sqlist *L)/*创建顺序表*/ { int k ElemType x k=0 scanf(" d",&x) while(x!=0) { L->data[k]=x k++ scanf(" d",&x) } L->length=k } void print_sqlist(Sqlist *L)/*输出顺序表*/ { int j
dijkstra
- DIJASTRA算法,是一种用处广泛的数据结构里的重要算法。-DIJASTRA algorithm is an important algorithm in a wide range of useful data structures.
link-list-conversion
- 数据结构中采用链式存储堆栈实现数制之间的转换的c++完整源程序-In c++ language to achieve the data structure of system is realized by using chain stack conversion between
Sequence
- 1234...n顺序进栈,计算出栈的可能序列并输出-Stack input in the sequence of 1234...n,compute the possible sequences of output
main
- 完整的堆排序代码,C语言编写的。本人亲自编写,而且准确无误,有注释。-A complete heap sort code, C language. I personally prepared and accurate, annotated.
quanpai
- 能够实现在输入的实数中找到其中两个实数的距离最短-Find one of the shortest distance of the two real numbers can be achieved in the real number input
sequence-list-conversion
- 采用顺序堆栈实现十进制转换为二进制的C++程序源码-In a sequential stack to achieve a decimal is converted to binary c++ program source code
timu
- 杭电OJ2452的题解,有助于学习数据结构的 搜索-Hang electrical OJ2452 solution to a problem, and very helpful for learning search