资源列表
[数据结构常用算法] tudebianlihezuixiaoshengchengshu
说明:图的遍历和最小生成树.必须完成图的存储功能。图的输入可由命令行完成。按遍历到的先后顺序依次输出G中各结点内容。以文本形式输出生成树中各条边以及它们的权值。 -Graph traversal and minimum spanning tree must be completed to the storage capabilities of the map. Input to the graph can be command line to complete. Traverse to the s<何叶> 在 2025-06-08 上传 | 大小:3kb | 下载:0
[数据结构常用算法] cPP-classcial-code
说明:本书罗列了一些经典的C++算法代码,包括一些函数的使用,适用于初学者。-it suits for new C learner<wenleiliu> 在 2025-06-08 上传 | 大小:498kb | 下载:0
[数据结构常用算法] kcsj
说明:数据结构课程设计的,选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是否是连通图,输出信<王俊超> 在 2025-06-08 上传 | 大小:223kb | 下载:0
[数据结构常用算法] bin_search
说明:c语言的折半查找法,方法实现简单巧妙,非常适合c语言开发人员-bin_search of c program<jimmy> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] criticalpath
说明:AOE网络,求关键路径算法,C++语言描述。内含用户自定义堆栈类stack.-AOE network seeking the critical path algorithm described by C++ language<> 在 2025-06-08 上传 | 大小:30kb | 下载:0
[数据结构常用算法] Eight-Queue
说明:八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该文件为八皇后问题的算法源代码。-The eight queens problem, is the the the the the problem of an ancient while the the famous, yes the backtracking algorithm of the of Typical Exercises of. The files for the eight queens problem algorithm<> 在 2025-06-08 上传 | 大小:322kb | 下载:0
[数据结构常用算法] sort
说明:插入排序、折半插入排序、希尔排序、冒泡排序 、快速排序 、选择排序、堆排序、归并排序 (递归、非递归实现) 掩饰程序-Insertion sort, binary insertion sort, hill sorting, bubble sort, quick sort, selection, sort and heap sort, merge sort<public_user> 在 2025-06-08 上传 | 大小:3kb | 下载:0