资源列表

« 1 2 ... .28 .29 .30 .31 .32 233.34 .35 .36 .37 .38 ... 2656 »

[数据结构常用算法BinarySearchTree

说明:设S=(x1,x2,…,xn)是有序集,且x1<x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a1,a2,…,an),求在所有表示有序集的二叉树中找出一棵具有最小平均路长的二叉搜索树问题。-Set S = (x1, x2, ..., xn) is an ordered set, and x1 <x2<…<xn ,表示有序集S的二叉搜索树, 利
<jj> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijskstra

说明:给定带权有向图 ,其中每条边的权都是非负实数。另外,还给定V中的一个顶点,称为源点。现在要计算从源到所有其它各顶点的最短路长度。这里路的长度是指路上各边权之和;-Given weighted directed graph, where each edge of the right of all non-negative real number. In addition, the return of a vertex set V, cal
<jj> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法merge

说明:这是一道*的笔试题,写一个归并算法。本程序实现了高效的算法-This is an Alibaba' s document questions, write a merging algorithm. This procedure provides an efficient algorithm
<zhou> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Jack_Straws

说明:ACM94国际大学生编程竞赛东中心区试题-Descr iption n the game of Jack Straws, a number of plastic or wooden "straws" are dumped on the table and players try to remove them one-by-one without disturbing the other straws. Here, we ar
<王强> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:It is a c++ code for the dejkstra algorithm with aim to find the shorest path between two points , the nodes with the distance between them store in a txt file and the program read it from this txt file
<rorarora33> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Inorder_BiTree

说明:二叉树的构造及遍历 Construction and traverse binary tree先序遍历输入再中序遍历输出-Binary tree structure and traversing Construction and traverse binary tree in preorder traversal sequence and then traverse the input output
<小郭> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijkstra

说明:采用贪婪法解单源最短路径的算法,采用了图的邻接表数据结构。-The minimum length of a graph using dijkstra.
<杀生丸> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Application_of_binary_tree_traversal_algorithm

说明:二叉树遍历算法的应用 作者:李锐歆 建立二叉树 统计叶子结点个数 求二叉树的树深-Application of binary tree traversal algorithm: Li Ruixin Statistics leaf nodes to establish the number of binary tree binary tree seeking deep
<李锐歆> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法k

说明:双亲表示法实现二叉树,用链表实现,和堆栈,能更好的找到根节点-Parents to achieve binary notation, with the linked list implementation, and the stack, can find a better root
<肖克> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法E

说明:A problem consists of multiple lines of input. The first line will be an integer n (1 < n < 13) giving the number of straws on the table. Each of the next n lines contain 4 positive integers, x1 , y1 , x2 and y2 ,
<缪鹏飞> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法sunxubiao

说明:自己用c写的顺序表的实现,都是在学习过程中自己写的-C write their own order form with the realization of their own in the learning process are written
<卢凯宁> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashudeshixian

说明:用C语言写的二叉树的实现,希望大家在学习中不断进步-Written using C language implementation of binary tree, I hope we continue to progress in learning
<卢凯宁> 在 2025-01-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .28 .29 .30 .31 .32 233.34 .35 .36 .37 .38 ... 2656 »

源码中国 www.ymcn.org