资源列表
[数据结构常用算法] Binary-Tree
说明:(1)实现二叉树的构造过程,并打印出二叉树 (2)对该二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历; (3)将该二叉树的所有左右子树进行交换,得到新的二叉树,并打印出该二叉树; (4)对新获得的二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历。-(1) the construction process to achieve the two fork tree, a<chenchen> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] RB_TREE(CPP)
说明:C++红黑树的实现 实现了一颗红黑树的建立 并使用了设计模式中的visitor完成打印和求和-The red black tree The establishment of a complete tree and the use of design patterns in the visitor print and summation<王> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Direct-insertion-method-main2
说明:这是用C++语言写的一个用直接排序法排序的程序-This is written in c++ language a program that sorted by direct sequencing method<流川枫> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Bubble-sort-method-main1
说明:这是用C++语言写的一个用冒泡排序法排序的程序-This is written in c++ language with a bubble sort sorting procedure<流川枫> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Selection-method-main4
说明:这是用C++语言写的一个用选择排序法排序的程序-This is written in c++ language with a selection method of the program<流川枫> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] vertex_cover
说明:内容为顶点覆盖问题的程序设计: 给定一个 n 个点 m 条边(n≤ 100,m≤5000)的无向图 G,问是否存在一个不超过 k(𝑘 ≤20)个点的点集 S,使得 G 中每条边都至少有一个点被覆盖。该实现效率很高,较大的测试用例也可以在15ms内计算出。-vertex cover problem.<张任> 在 2025-01-31 上传 | 大小:1kb | 下载:0
[数据结构常用算法] hopf-bifurcation-of-tcp
说明:使用DDE23实现tcp 拥塞控制算法的分岔-Using dde23 of matlab to achieve the congestion control of tcp, it contains 3 pictures<xixici> 在 2025-01-31 上传 | 大小:1kb | 下载:0