资源列表
[数据结构常用算法] BiTreeNode3
说明:实现二叉树左孩子,右兄弟的编码方法,输入节点名称和左右编号,即可给出二叉树。-Children left to achieve binary tree, right brothers coding method, enter the node name and number around, you can give tree.<李嘉> 在 2025-06-09 上传 | 大小:229kb | 下载:0
[数据结构常用算法] Convex_hull.cpp.tar
说明:ACM凸包标程,可以快速使用凸包的各种应用,满足需求。-ACM convex hull source file<冯民> 在 2025-06-09 上传 | 大小:2kb | 下载:0
[数据结构常用算法] draw-tree
说明:伸展树,基本数据结构,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.-The tree is drawn in such a way that both of the edges<GK> 在 2025-06-09 上传 | 大小:4kb | 下载:0
[数据结构常用算法] shuzhifenxi
说明:源程序是解决那个数据结构的一些知识关于二茶树的建立-Source data structures that are to resolve some of the knowledge about the establishment of two tea<张力> 在 2025-06-09 上传 | 大小:121kb | 下载:0
[数据结构常用算法] insertsort
说明:插入法的基本工作原理是抽出一个数据,在前面的数据中寻找相应的位置插入,然后继续下一个数据,直到完成排序。-Insert the basic working principle of a data are drawn, in front of the data looking for the location of the corresponding insert, and then continue to the next data until the completion of sequenc<Ray> 在 2025-06-09 上传 | 大小:100kb | 下载:0
[数据结构常用算法] changesort
说明:交换法比较简单,在一组数据中每次用当前的元素同后面的元素比较并在符合条件时交换。直到该组数据是从小到大的序列-Exchange method is relatively simple, in one set of data in each element with the current elements in comparison with the back and in line with the conditions of the exchange. Until the data are<Ray> 在 2025-06-09 上传 | 大小:100kb | 下载:0
[数据结构常用算法] speedsort
说明:快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right side. Recursive separately on<Ray> 在 2025-06-09 上传 | 大小:100kb | 下载:0