-
minimum spanning tree algorithm is the prim map for the shortest path algorithm...
最小生成树的prim算法
是求图中的最短路径的一个重要算法
但是是O(n2)复杂度的一个算法-minimum spanning tree algorithm is the prim map for the shortest path algorithm of an important but is O (n2) of a complex algorithm
- 2023-06-14 21:55:07下载
- 积分:1
-
数据库小型图书馆管理系统。 使用方便
数据库小型图书馆管理系统。 使用方便-small library database management system. Easy to use!
- 2022-04-21 17:27:31下载
- 积分:1
-
关于数据结构的多种排序算法
关于数据结构的多种排序算法-data on the structure of a variety of sorting algorithm
- 2023-03-25 22:55:03下载
- 积分:1
-
企业固定资产管理系统
企业固定资产管理系统-Enterprise Fixed Assets Management System
- 2022-01-31 00:08:44下载
- 积分:1
-
车厢重排,一个c++数据结构习题
车厢重排,一个c++数据结构习题-compartments rearrangement, a data structure c Exercises
- 2022-05-22 11:57:54下载
- 积分:1
-
八 方块移动游戏要求从一个含8个数字(用1
八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为:
8 0 3
2 1 4
7 6 5
目标状态为:
1 2 3
8 0 4
7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
- 2022-03-22 21:44:29下载
- 积分:1
-
货郎担 最短路径问题 用链表储存最短路径节点
货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
- 2022-06-30 16:57:39下载
- 积分:1
-
离散01串问题,(n,k)01 串定义为:长度为n 的01 串,其中不含k 个连续的相同子串。对于给定的正整数n 和k,计算(n,k)01 串的个数。...
离散01串问题,(n,k)01 串定义为:长度为n 的01 串,其中不含k 个连续的相同子串。对于给定的正整数n 和k,计算(n,k)01 串的个数。-discrete series of 01 questions, and (n, k) 01 Series : the definition of the length of n strings of 01, which is non-consecutive k-the same string. For a given positive integer n and k, calculated (n, k) 01 series of numbers.
- 2023-03-26 18:45:03下载
- 积分:1
-
素数的求法,用vb编写的
素数的求法,用vb编写的-primes for the law, prepared by using vb
- 2022-06-03 15:00:46下载
- 积分:1
-
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;...
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current situation
- 2023-05-29 18:05:03下载
- 积分:1