资源列表
[数据结构常用算法] 数据结构程序设计jgj
说明:航空订票的实现以及查询,根据姓名,地址.时间等-air booking and the realization of inquiry, under the name and address. Time<Jiner> 在 2025-06-06 上传 | 大小:4kb | 下载:0
[数据结构常用算法] 二叉树的各种遍历操作(非)递归
说明:数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.<阿水> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 13.用普里姆(Prim)算法构造最小生成树
说明:用普里姆(Prim)算法构造最小生成树 数据结构的基本应用,适合初学者-with Primbetov (PRIM), the minimum spanning tree algorithm tectonic structure of the basic data applications, suitable for beginners<阿水> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 用C++语言编写数学常用算法
说明:用C++语言编写数学常用算法 具有很强的能用性十分好用推荐下载-C language commonly used mathematical algorithm has strong sexual very handy can use to download<徐益军> 在 2025-06-06 上传 | 大小:103kb | 下载:0
[数据结构常用算法] 李森数据结构作业
说明:文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non- recursive algorithm, Dyeing, 8 Queen, depth and breadt<李森> 在 2025-06-06 上传 | 大小:19kb | 下载:0
[数据结构常用算法] 排序二叉树的应用数据结构课程设计
说明:排序二叉树的应用数据结构课程设计.自己用来交过学期的设计报告.用好了请评价.-sort of binary tree data structure course design. Their handed over a semester to design reports. Please use the commentary price.<YY> 在 2025-06-06 上传 | 大小:39kb | 下载:0
[数据结构常用算法] 传教士与野人问题
说明:传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A<罗鹏魁> 在 2025-06-06 上传 | 大小:33kb | 下载:0