资源列表
SearchBST
- 二叉树排序查找,在根指针T所指的二叉排序树中查找数据e,查找成功时,返回1值,并用指针p返回结点地址,不成功时,用P指向查找路径中的最后一个结点并返回0值,指针f指向T的双亲结点,初始调用时其值为NU-T refers to the pointer in the root binary sort tree to find data e, find success, returns 1 value, and return with a pointer p node address, unsucce
DeCardHidDemo
- 对数据进行排序功能,提供了几张排序算法,还有排序的加速算法-Sorting the data to provide a few sorting algorithms, as well as speed up the sorting algorithm
ShellSort
- 希尔排序,使用希尔排序的方法对指针L所指向的结构体中的成员 — 数组Key 中的数据进行排序。成功时,返回1,否则返回-Hill sorting, using the method of sorting Hill pointer L points to the members of the structure- the array to sort the data in the Key. Success, returns 1, otherwise
HeapSort
- 堆排序,使用堆排序的方法对指针L所指向的结构体中的成员 — 数组Key 中的数据进行排序。成功时,返回1,否则返回0-Heap sort, using the method of heap sort pointer L points to the members of the structure- the array to sort the data in the Key. Success, returns 1, otherwise 0
QuickSort
- 快速排序函数,使用快速排序的方法对指针L所指向的结构体中的成员 — 数组Key 中的数据进行排序。成功时,返回1,否则返回0-Quick sort function, the method of using the quick sort pointer L points to the members of the structure- the array to sort the data in the Key. Success, returns 1, otherwise 0
graphTraverse
- 图的存储方式,数据结构的绝佳范例,方便深入理解动态指针,结构简单,方便移植-Figure of storage, an excellent example of the data structure to facilitate in-depth understanding of the dynamic pointers, simple structure, easy to transplant
gouzaohanshu
- 构造函数的源代码,数据结构的算法编程,希望对大家有帮助-Constructor source code, data structures programming algorithm
tree1
- 树的存储结构,具体形象地理解各种数据结构-Tree storage structure, concrete images to understand a variety of data structures
ninegird_src
- 数字九宫格自动排序问题实验,八数码求解过程动态演示源代码-Digital Jiugongge automatic test scheduling problem, eight digital dynamic presentation source code solution process
maopaopaixu
- 冒泡排序的代码 希望大家喜欢,是关于冒泡排序的-Bubble sort code hope you like it, is about the bubble sort
shuxing
- 树形,在做数据库查询的时候,一级目录,次级目录,回一次展现在你的眼前,效果不错,我自己敲的,如果能帮助有需要的就行-thank you
ADLinearTimeSelect
- 线性时间选择算法:给定线性序集中 n 个元素和一个整数 k,1≤k≤n,要求找出这 n 个 元素中第 k 小的元素,-algorithm for Linear time selection
