资源列表
[数据结构常用算法] states_compression
说明:介绍状态压缩理论,使用熟练地位操作降低需要的存储空间,以使动态规划算法可行-Describes the state compression theory, the status of the use of skilled operators to reduce the storage space needed to enable the dynamic programming algorithm is feasible<dyj> 在 2025-01-26 上传 | 大小:372kb | 下载:0
[数据结构常用算法] pinghengerchashu
说明:用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork<肖胜鹏> 在 2025-01-26 上传 | 大小:440kb | 下载:0
[数据结构常用算法] paixusuanfa
说明:本程序实现的算法:冒泡排序、shell排序、快速排序、归并排序 (1)设n个关键字均为整数(1≤n≤100000) (2)设计K个内部排序算法(K≥5), 每个算法须记录执行所需的时间 (3)自动生成多组数据,每组数据含n个整数(正序、逆序、随机分布) -This procedure implemented algorithms: bubble sort, shell sort, quick sort, merge s<肖胜鹏> 在 2025-01-26 上传 | 大小:439kb | 下载:0
[数据结构常用算法] zuiduanlujing
说明:求一个有向图中的最短路径,给定一个源点求该点到其他点的最短路径-Seeking a directed graph of the shortest path, given a source point of seeking other points that point to the shortest path<肖胜鹏> 在 2025-01-26 上传 | 大小:352kb | 下载:0
[数据结构常用算法] listinarray
说明:实现一个静态链表,静态链表是一种很高效的数据结构,同时具备链表和线性表的优点-To achieve a static list, static list is a very efficient data structure, at the same time have the advantages of linked lists and linear form<齐笑尘> 在 2025-01-26 上传 | 大小:5kb | 下载:0
[数据结构常用算法] queuebystack
说明:用栈实现队列,栈是自己写的,栈的方法都已封装好,这个练习是熟悉数据结构的使用、开拓思路用的-With the stack to achieve queue, stack their own writing, and stack methods have been packaged well, this exercise are familiar with the use of data structures, explore new i<齐笑尘> 在 2025-01-26 上传 | 大小:9kb | 下载:0