资源列表

« 1 2 ... .19 .20 .21 .22 .23 524.25 .26 .27 .28 .29 ... 2656 »

[数据结构常用算法queuejas

说明:一个队列的创立及应用的源代码,不是很高端-A queue creation and application source code is not very high
<欧谢琪> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法stackjas

说明:一个顺序栈的创立及应用的源代码,不是很高端-A sequential stack creation and application source code is not very high
<欧谢琪> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法2dp

说明:传说HMH大沙漠中有一个M*N迷宫,里面藏有许多宝物。某天,Dr.Kong找到了迷宫的地图,他发现迷宫内处处有宝物,最珍贵的宝物就藏在右下角,迷宫的进出口在左上角。当然,迷宫中的通路不是平坦的,到处都是陷阱。Dr.Kong决定让他的机器人卡多去探险。 但机器人卡多从左上角走到右下角时,只会向下走或者向右走。从右下角往回走到左上角时,只会向上走或者向左走,而且卡多不走回头路。(即:一个点最多经过一次)。当然卡多顺手也拿走沿路的每个宝物
<huocong> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinaryTreeIterate

说明:已知中序和后序遍历,求前序遍历.比较笨的方法是画出来二叉树,然后根据各种遍历不同的特性来求,也可以编程求出.-Known inorder and postorder traversal, seeking preorder traversal. Stupid way is to draw out the binary tree, and then iterate based on a variety of different featur
<tscorner> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法UndirectedGraph

说明:遍历一遍,判断图分为几部分(假定为P部分,即图有 P 个连通分量),对于每一个连通分量,如果无环则只能是树,即:边数=结点数-1,只要有一个满足边数>结点数-1,原图就有环. -Traverse again, the determination map is divided into several parts (assumed to section P, with P in Figure connected componen
<tscorner> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法DirectedGraph

说明:改进DFS算法代码示例(判断是否是一个有向无环图)时间复杂度:O(n+e)-Improved DFS algorithm code examples (determine whether there is a directed acyclic graph) Time complexity: O (n+e)
<tscorner> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法quick-sort

说明:快速排序算法,数据结构经典排序算法的实现。-Fast sorting algorithms, data structures classic sorting algorithm.
<wxy> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Round-robin-schedule-problems

说明:循环赛日程表问题。为多个参赛选手之间应该如何安排比赛提供了解决方法。-Round-robin schedule problems. For multiple players how should the game between the solutions provided.
<sherry> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:排序算法,各种排序,主要是主流排序,插入排序什么的,对几个排序惊醒了个对比,时间复杂度-Sorting algorithm, various sort, mainly mainstream sort, insertion sort something, some sort awakened on a comparison of the time complexity
<李大笔> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法monkeys

说明:10th POI monkeys 问题的解答,使用了并查集,效率比较高-The answers to the monkeys of the 10th POI.
<chenzeng11> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法crc

说明:RS485通信,Modbus校验算法程序-RS485 communication, Modbus CRC
<Amyzhang> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法3-1-Longest-Increasing-Subsequence

说明:3-1 Longest Increasing Subsequence
<henry> 在 2025-01-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 524.25 .26 .27 .28 .29 ... 2656 »

源码中国 www.ymcn.org