资源列表
[数据结构常用算法] ADLinearTimeSelect
说明:线性时间选择算法:给定线性序集中 n 个元素和一个整数 k,1≤k≤n,要求找出这 n 个 元素中第 k 小的元素,-algorithm for Linear time selection<linfushou> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinarySearchTree
说明:用C++实现了二叉排序树的插入和删除操作,对于如何用链式结构实现树的各种操作是一个很好的学习源程序,经调试没有错误。-Achieved with C++ binary sort tree insertion and deletion operations, chain structure for how the various operations to achieve the tree is a good learning sourc<慰> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] InsertionSort
说明:用双向链表实现的插入排序,对双向链表的学习是一个很好的入门程序。-Achieve two-way linked list with insertion sort, linked list of two-way learning is a good entry procedures.<慰> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] the-max-sum
说明:一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requi<> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zandeyunsuan
说明:这个小程序属于数据结构范畴我的栈运算包括括号配对-This small program is My stack operations, including brackets pair<张小溪> 在 2025-01-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Shortestpath
说明:用C语言实现最短路径算法 最小生成树 本程序是用F算法求最短的路由花费 可计算的最大的路由结点数为100 */ /* 运行环境: vc++6.0 */ -C language with the shortest path algorithm minimum spanning tree algorithm of the program is seeking the shortest route F calculate the m<yuanjie> 在 2025-01-18 上传 | 大小:1kb | 下载:0