资源列表

« 1 2 ... .47 .48 .49 .50 .51 1152.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法Hash

说明:试构造一个算法,从键盘输入一组关键字,按哈希函数H(key) = key MOD 13和链地址法处理冲突构来造哈希表,能对关键字进行查找并显示。 如(19,14,23,1,68,20,84,27,55,11,10,79,33). -Try to construct a method, a set of keywords from the keyboard, press the hash function H (key) = key MOD 13 and the address of th
<王玉珏> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法datastructure

说明:严蔚敏版数据结构(C)第二章习题答案源程序-线性表,包括顺序表和链表。代码结构规范简洁,注释完善。全部编译调试通过。-YAN Wei-min version of the data structure (C) Chapter Exercises Answer source- the linear form, including the order of tables and lists. Simple code structure specifications, notes perfect. A
<赵稳> 在 2025-06-22 上传 | 大小:26kb | 下载:0

[数据结构常用算法2

说明:二)二叉排序树的一些基本操作 (1)利用二叉链表的存储形式,从键盘输入建立一棵二叉排序树; (2)对(1)中建立的二叉排序树进行中序遍历并打印; (3)编写算法,判断一棵二叉树是否为二叉排序树。 (4)在(1)建立的二叉排序树中,查找一个树中不存在的关键字后并插入,之后打印该树; -B) binary tree of some sort of basic operations (1) the use of binary list of the storage form of
<王玉珏> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法BaseSort

说明:(2)已知序列{503,87,512,61,908,170,897,275,652,462},采用基数排序法对其作升序排序,打印每一趟的结果。-(2) the known sequence {503,87,512,61,908,170,897,275,652,462} method of its use radix sort for ascending order, print the results of each trip.
<王玉珏> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法Treap

说明:Treap C++模板类 实现了treap数据结构 同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
<nigoe> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法sjt

说明:用于将单链表形式的多项式相加,并将结果俺降次顺序排列-Polynomial is used to add a single linked list
<仲休奇> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法number

说明:输入一个新数,然后按照顺序进行排序 正确可用,有注释,方便阅读-Enter a new number, then follow the correct sort order is available, there are notes for easy reading
<李浩> 在 2025-06-22 上传 | 大小:10kb | 下载:0

[数据结构常用算法Cplusplus

说明:几个算法问题的解决方法,例如多级调度,最短路径等-Solution to the problem of several algorithms
<胡双双> 在 2025-06-22 上传 | 大小:31kb | 下载:0

[数据结构常用算法cm

说明:利用C++语言 实现可变二维矩阵的算法,即把已经定义的二维矩阵变成认为可输入大小的矩阵-C++ language using a variable two-dimensional matrix algorithm, that is two-dimensional matrix has been defined that can be entered into a matrix of size
<胡鹏> 在 2025-06-22 上传 | 大小:878kb | 下载:0

[数据结构常用算法4

说明:(1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a complete binary tree stored in a o
<huxiameng> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法C

说明:上传的文件包含6个: 计算器、二叉树、排序、哈希查找、图的遍历和最小生成树。-Upload file contains 6: calculator, binary tree, sorting, hash search, graph traversal and the minimum spanning tree.
<张斌> 在 2025-06-22 上传 | 大小:10kb | 下载:0

[数据结构常用算法DeleteSame

说明:删除序列中相同的元素,分为排序后删除和乱序删除,其中排序方法使用冒泡排序。-Remove the same sequence of elements, sorted into and out of order to delete to delete them sorted using the bubble sort.
<阿庚> 在 2025-06-22 上传 | 大小:8kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 1152.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org