资源列表
[数据结构常用算法] 排序算法、字典和B-树的C++语言实现
说明:排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary<罗鹏魁> 在 2024-12-27 上传 | 大小:24kb | 下载:1
[数据结构常用算法] 数据结构_用VC编写_二叉排序树
说明:这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms<代价> 在 2024-12-27 上传 | 大小:16kb | 下载:1
[数据结构常用算法] 用VC编写单链表(数据结构)
说明:用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a<代价> 在 2024-12-27 上传 | 大小:852kb | 下载:1
[数据结构常用算法] shellsort111
说明:附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接<乐乐> 在 2024-12-27 上传 | 大小:19kb | 下载:1
[数据结构常用算法] McolorGraph
说明:四色问题以及推广为M色问题的算法实现,包括说明文件及数据文件-four color issues and the promotion of the M color algorithm, including descr iptions of documents and data files<张焕人> 在 2024-12-27 上传 | 大小:26kb | 下载:1
[数据结构常用算法] data_struct
说明:数据结构电子书,内附源码,打开方式为enotebook-data structure e-books, containing the source code, open the way for enotebook<> 在 2024-12-27 上传 | 大小:351kb | 下载:1