资源列表
[数据结构常用算法] 1132154564787
说明:这是一个链栈,用户可以根据提示进行栈的入栈、出栈等基本操作。-This is a chain of stack, the user can be prompted to stack the stack, the stack and other basic operations.<小发> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] NumberDecomposition
说明:对任给的一个正整数m,把它拆分成n(n<m)个数的组合,求出组合方式和组合的个数。比如给一个数m=4,把它拆分成n=2个数之和,那么有1、3;2、2 这两种组合.(m>=n-Number decomposition<樊双喜> 在 2025-06-17 上传 | 大小:119kb | 下载:0
[数据结构常用算法] source_code
说明:1.排序算法:快排,插入排序,选择排序,冒泡排序,堆排,归并排序 2.无向图:建立邻接表,并深度遍历 3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历 4.二叉排序树:建树并插入、删除结点 5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc. 2.graph:create with the adjacent list,an<zyw> 在 2025-06-17 上传 | 大小:15kb | 下载:0
[数据结构常用算法] StringKMPSearch
说明:C++实现的优化后的KMP算法,使得比较次数更少。-C++ program to accomplish the KMP algorithm,have a better consquence.<liujian> 在 2025-06-17 上传 | 大小:250kb | 下载:0
[数据结构常用算法] dataStructure
说明:数据结构,这是一本用Java语言写的数据结构书籍,可帮助初学者提高程序分析能力-data structure<Jim> 在 2025-06-17 上传 | 大小:3.12mb | 下载:0
[数据结构常用算法] bankbillClent
说明:序列化和反序列化的示例 网络传输协议 将多种数据结构转换成二位数组-Serialization and deserialization sample a variety of network transport protocol data structures into two-digit group<文孝天> 在 2025-06-17 上传 | 大小:21kb | 下载:0
[数据结构常用算法] queue-data-structure
说明:用数据结构实现C++中的队列功能,如入队,出队等简单的基本常用功能-Use data structure realize the function of queue in c++<syf> 在 2025-06-17 上传 | 大小:1kb | 下载:0