资源列表
[数据结构常用算法] sortoutside
说明:外排序 对于海量数据进行快速排序 然后利用败者树进行归并的算法的一个模板-Outside the huge amount of data to sort for quick sort loser tree and then use the algorithm to merge a template<caj> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] bessalfansuan
说明:白赛尔大地主题结算,反算代码,自己编的。-Purcell clearing land of the theme of white, anti-counting code, its own series.<song> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] BinaryTree
说明:二叉搜索树的实现,代码来自北大赵海燕老师编著的数据结构与算法。-Binary search tree realization of the code from the Beijing University teacher Zhao Haiyan edited data structure and algorithm.<张淼> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] DosAvl
说明:这是一个数据结构的小程序,非递归的avl树实现,用到了穿线法-This is a data structure of small procedures, non-recursive AVL tree realization, using the threading method<hanjiasong> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] find
说明:哈希表的建立、查找。设有若干个学生的考试成绩,用学生的学号作为关键字,采用除留余数求哈希地址,将学生的信息存储到该地址空间,并且采用线性探测法解决冲突问题。-The establishment of hash table to find. There are a number of students in examinations, with students as No. keywords used in addition to stay for more than a few hash ad<yyfy> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] C_TREE
说明:本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当前数据。如果输入0表明是空(NULL),不分配结点。递归调用<yyfy> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] N_missionaries_and_N_Savage
说明:历史上著名的N教士与N野人问题,有点意思!-N missionaries with the issue of N Savage<Ray> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] three-sample-of-Data-Structure
说明:数据结构,一共有三个文件,多项式相加,二叉树几种操作,数组正负排序-Data structure, a total of three documents, the sum of polynomials, binary tree several operations to sort the array of plus or minus<luo> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] ns
说明:在网络仿真NS中对延时分析,丢包率分析,延时抖动分析,网络吞吐量分析等给出了可行性算法,直接就能用,对学NS2的人很有用的-Network simulation in NS for latency analysis, analysis of packet loss rate, delay jitter analysis, network throughput analysis give a feasibility algorithm, can be used directly on people<林华> 在 2025-06-14 上传 | 大小:3kb | 下载:0