资源列表

« 1 2 ... .23 .24 .25 .26 .27 528.29 .30 .31 .32 .33 ... 2656 »

[数据结构常用算法BSTree

说明:搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
<zwp> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法nHuangHou

说明:队列式分支界限法实现的n皇后问题,采用文件的方式输入输出-Queue-type branch and bound method to achieve the n-queens problem, using the method of file input and output
<黄东浪> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法INSERT

说明:插入排序,非常适用,并且有完整的算法分析-Insertion sort, very suitable, and a complete analysis of algorithms
<syl> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法heap-sort

说明:利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
<杨星> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法graph

说明:输入多条边(村庄之间的道路)依附的顶点(村庄)及权值(路径长度),然后找到两个村庄之间的最短路径-Enter the number of edges (the road between the villages) attachment vertices (villages) and weights (path length), and then find the shortest path between two villages
<杨星> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法calculator

说明:输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
<杨星> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法LinkTree

说明:链式存储二叉树,查找左右孩子节点、计算节点数,查找节点,输出节点等。功能齐全,实现简单,没有错误。-Chain store binary tree, find about child nodes, compute nodes, find the node, the output node and so on. Fully functional, simple, no errors.
<思臻> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法index

说明:根据所输数字,生成索引表,并根据关键字在索引表中查找其所在位置。-Depending on the input numbers, generate the index table, and based on keywords in the index table to find its location.
<木沐> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法LeastCommonAncestors

说明:求一棵二叉树的2个结点的最近公共祖先 输入:根据带空指针的先序遍历结果建立普通二叉树 数据元素类型:字符类型 空指针: # 输入格式: 第一行:依次为元素个数N 第二行:元素序列 第三行:字符x 字符y 输出格式:x与y的最近共同祖先的元素值,或者NULL。 注意:1、输入错误时,输出ERROR(大写)并结束程序。2、树节点保存的元素值为字符类型。3、任意多余输出视为错误。4、二叉树的结点关键字
<zrx> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法lvyoubeibao

说明:旅游背包问题,采用近似算法BF、CF算法。题目:第i个物体大小为 Si, 箱子尺寸为c(maxSi<c). 现在有n个物体和m个箱子。请问,我们最少需要多少个箱子来储存这些物体? 要求: 输入 文件名 输出:最少箱子数量 文件名对应的文件内容是 第一行 物体数量n 箱子尺寸C 第二行 用空格分隔的i个物体的大小 其中的数字都是整数,物体和箱子均不能分隔-Travel knapsack problem,
<zrx> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法EK

说明:图论---数据结构---算法,网络流中求最大流的经典算法,EK算法。-Graph Theory--- Data Structures--- algorithms, network flow for maximum flow of the classical algorithm, EK algorithms.
<Shao Xinqi> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法avl

说明:AVL树(平衡树),根据程序运行时的提示,动态输入字符作为结点,在调整平衡时会有提示。-AVL tree (balanced tree), according to the program runtime prompts, dynamic input characters as a junction point, there will be prompted to adjust the balance.
<mike> 在 2025-01-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 528.29 .30 .31 .32 .33 ... 2656 »

源码中国 www.ymcn.org