资源列表
[数据结构常用算法] Maze-depth-first-algorithm
说明:迷宫深度优先算法,深度优先是按照一定的顺序查找完一个分支,再查找另外一个分支,直到找到目标为止。-Depth first is according to certain order to find a branch, then find another branch, until find the target.<黄强> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MaxArrayLocationFind
说明:面试算法:最大子数组之和及其坐标位置快速算法,通过二分查找快速查找。-Interview algorithms: coordinate position and its largest sub-array of fast algorithm, binary search to quickly find.<pengwu> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Bellman-Ford-queue-optimization
说明:Bellman-Ford算法关键之处在于:只有那些在前一遍松弛中改变了最短路程估计值的顶点,才能引起它们邻接点最短路程估计值发生改变。-Bellman-Ford algorithm that crucial point: Only those former slack again changed the vertex shortest distance estimates, causing their neighbors to the shortest distance estimates ch<翟吉祥> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Bidirectional-bubble-sort
说明:排序算法之中的........双向起泡算法......可以当做子程序使用-........ Bidirectional bubble sort algorithm among ...... algorithm can be used as subroutines<xy> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Sorting-Algorithm
说明:本排序算法大全包括快速排序算法、堆排序算法、希尔排序算法等等,代码简洁、高效,可直接运行。-The sorting algorithm Guinness including fast sorting algorithm, heap sort algorithm, Hill sorting algorithm, etc., code simple, efficient and can be directly run.<shenfengchen> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tireTree_1
说明:这是一个用C++实现的单词树,对于学习数据结构与算法的同学进阶有很大作用-This a tireTree algorithem code by c++<JOSEPH> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[数据结构常用算法] xichuan
说明:现有喜串定义如下。a 与b 互为喜串需满足以下两个条件之一: 1. a 和b 相同。 2. 将a 分成a1 与a2 两个等长串,b 分成b1 与b2 两个等长串,其子串需满足以下两个条件之一: a) a1与b1互为喜串且a2 与b2 互为喜串。 b) a1与b2互为喜串且a2 与b1 互为喜串。任务: 判断给定的两个串是否互为喜串-Hi existing string defined below. a and b mutually hi string must meet one o<qijia> 在 2025-07-04 上传 | 大小:1kb | 下载:0