资源列表

« 1 2 ... .72 .73 .74 .75 .76 2277.78 .79 .80 .81 .82 ... 2657 »

[数据结构常用算法2

说明:有一只电子老鼠被困在如下图所示的迷宫中。这是一个12*12单元的正方形迷宫,蓝色部分表示建筑物,白色部分是路。电子老鼠可以在路上向上、下、左、右行走,每一步走一个格子。现给定一个起点S和一个终点T,求出电子老鼠最少要几步从起点走到终点-Have an electronic mouse trapped in the maze as shown below. This is a square of 12* 12 unit maze, the
<clare> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法suijikuaipai

说明:随机快排的算法实现。。需要的下下来看看吧-Fast random row algorithm. . Need to look at it the next down. .
<zhang peng> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法bufenbeibao

说明:部分背包问题,使用贪心算法。。。需要的可以看下-Part of the knapsack problem, use the greedy algorithm. . . Needs may have a look
<zhang peng> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法traversinggraph

说明:图的遍历的实现,文字界面,包含深度遍历和广度遍历两种情况-Graph traversal implementation, the text interface, including the depth and breadth traversal traverse both cases ~ ~
<黄毅骏> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Expression-evaluation

说明:利用栈来求解表达式求值问题。用的是算数优先法,设置了两个栈:OPTR,用来寄存运算符;OPND,用以寄存操作数或运算结果。-Usage of the expression evaluation stack to solve the problem. Count method using a priority, set up two stacks: OPTR, for storage operator OPND, for the sto
<englishteam> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Huffmancode1

说明:按照一定的规则构造哈弗曼树,使得输入的元素都作为叶子节点,然后从叶子到根逆向球每个字符的哈弗曼编码-According to certain rules of construction Havermann tree, making the input element as a leaf node, and then reverse the ball from the leaf to the root code for each char
<englishteam> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Minimum-spanning-tree

说明:网的邻接矩阵存储(数组表示)、简单输出,最小生成树,采用Prim算法实现最小生成树。-Network adjacency matrix storage (array representation), a simple output, minimum spanning tree, minimum spanning tree using Prim algorithm.
<englishteam> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法MinimumSpanningTreeAlgorithm

说明:最小生成树算法 c++的 希望对大家有帮助-Minimum Spanning Tree Algorithm
<tom> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法erchashubianli

说明:实现对二叉树的各种遍历 有先序遍历 中序遍历 后序遍历 -Achieve a variety of traversing a binary tree traversal in preorder traversal sequence after traversing
<maomaoyu> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法floyd

说明: Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。 -Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given weighted graph algorithm shortest path between vertices.
<言午> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法greedyalgorithm

说明:贪心算法是一种更为高效的算法,程序已全部通过-greedy algorithm
<赵伟> 在 2024-06-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法theKthNumberInASegment(segmentTree)

说明:可以快速地查询某段区间的第k元素,是zoj上的Dynamic ranking 的源程序-query the kth number in a segment
<唐武> 在 2024-06-11 上传 | 大小:1024 | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 2277.78 .79 .80 .81 .82 ... 2657 »

源码中国 www.ymcn.org