资源列表
[数据结构常用算法] C_The-critical-path
说明:用C写的,求顶点事件的最早发生时间和顶点最晚发生时间 -Written in C, find the earliest time events vertex and vertex latest time occurred<林晓> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] C_one-yuan-polynomial-multiplication
说明:这是用C写的一元多项式乘法,输入系数和指数,得到结果的系数和指数-It is written in C one yuan polynomial multiplication, input factors and indices to obtain the results of coefficients and indices<林晓> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Deep-traversal-list
说明:用C写的链表深度遍历,输入一张表的顶点等相关信息,得到该图的深度遍历-Written in C depth traversal list, enter a list of vertices and other relevant information, to give depth to traverse the graph<林晓> 在 2025-01-10 上传 | 大小:2kb | 下载:0
[数据结构常用算法] List-the-breadth-traversal
说明:用C写的链表广度遍历,输入一张图的相关信息,得到该图的广度遍历-Written in C chain breadth traversal, enter a map-related information, to give breadth to traverse the graph<林晓> 在 2025-01-10 上传 | 大小:2kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:哈夫曼树的基本构建以及哈夫曼树构建成功的基本举例-The basic building Huffman trees and Huffman basic building a successful example<YZQ> 在 2025-01-10 上传 | 大小:2.01mb | 下载:0
[数据结构常用算法] LEAST-SQUARE-BASED-svd
说明:基于l1,l2 NORM 的最小二乘法,岭回归等算法,懂的人一看就知道好用,利用SVD进行计算的-Based on L2, NORM L1 least square method, ridge regression and other algorithms, the people who understand the good use, the use of SVD for calculation<wyl> 在 2025-01-10 上传 | 大小:7kb | 下载:0
[数据结构常用算法] Problem-Arrangement-zoj-3777
说明:zoj 3777,是我acm人生中的第一题状压dp,不得不承认这题很好,经典入门题。-zoj 3777, my first question acm life-like pressure dp, had to admit that this question is very good, classic entry title.<zhd> 在 2025-01-10 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinarySortTree
说明:二叉搜索树类的c++实现,实现建立树,插入,删除,查找等操作。它或者是一棵空树,或者是具有下列性质的二叉树: 若它的左子树不空,则左子树上所有结点的值均小于它的根结点的值; 若它的右子树不空,则右子树上所有结点的值均大于它的根结点的值; 它的左、右子树也分别为二叉排序树。-Binary search tree c++ implementation, to achieve the establishment of tree, insert<yuxin> 在 2025-01-10 上传 | 大小:155kb | 下载:0
[数据结构常用算法] BInsertSort
说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary inser<郑白> 在 2025-01-10 上传 | 大小:1kb | 下载:0