资源列表
[数据结构常用算法] huochechongpai
说明:一列火车要将N节车厢分别送往N个车站,车站按1-N的次序编号,火车按照N,N-1,....1的编号次序经过车站,假设车厢的编号就是其目的地车站的编号。 给定一个任意的车厢排列次序,重新排列车厢,使其按照从1到N的次序排列,规定重排时只能从入轨到缓冲铁轨,或者从缓冲铁轨出轨。 限制条件: 有一条入轨,一条出轨,K条缓冲铁轨(1≤K≤N-1)-A train carriages were sent to N N station<aria> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Maze-depth-first-algorithm
说明:迷宫深度优先算法,深度优先是按照一定的顺序查找完一个分支,再查找另外一个分支,直到找到目标为止。-Depth first is according to certain order to find a branch, then find another branch, until find the target.<黄强> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] MaxArrayLocationFind
说明:面试算法:最大子数组之和及其坐标位置快速算法,通过二分查找快速查找。-Interview algorithms: coordinate position and its largest sub-array of fast algorithm, binary search to quickly find.<pengwu> 在 2025-01-31 上传 | 大小: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<翟吉祥> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Bidirectional-bubble-sort
说明:排序算法之中的........双向起泡算法......可以当做子程序使用-........ Bidirectional bubble sort algorithm among ...... algorithm can be used as subroutines<xy> 在 2025-01-31 上传 | 大小:1kb | 下载:0