资源列表
[数据结构常用算法] beibaowenti
说明:背包问题的非递归解法,利用二进制来实现穷举。-Knapsack problem of non-recursive method, using the binary to achieve exhaustive.<fanhaikuan> 在 2025-06-17 上传 | 大小:564kb | 下载:0
[数据结构常用算法] familytree
说明:通过二叉树的算法来实现家谱图的设计,通过输入祖先,孩子和妻子来建立家谱图,从而达到查询家谱的目的-Through the binary tree algorithm to achieve the family tree diagram design, by entering the ancestors, children and his wife to build family tree diagram, so as to achieve the purpose of genealogy que<jiajia> 在 2025-06-17 上传 | 大小:566kb | 下载:0
[数据结构常用算法] Binary_Tree
说明:根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -According to the abstract data type binary definition, use two forks to implement a binary tree list. The<tryqtyl> 在 2025-06-17 上传 | 大小:564kb | 下载:0
[数据结构常用算法] code8-13-14
说明:数据结构课程设计 8航空订票系统 13银行排队 14课程编排-Data structure course design airline reservation system 13 8 14 curriculum bank queue<fuqian> 在 2025-06-17 上传 | 大小:564kb | 下载:0
[数据结构常用算法] binarysearch
说明:二分查找算法.实际有效的一个程序源代码。经过自己的调试,有详细说明。-binary search 。I have make the introduction in it .<叶一力> 在 2025-06-17 上传 | 大小:564kb | 下载:0
[数据结构常用算法] MergeSort
说明:归并(Merge)排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列-Merge (Merge) sort is two (or more) into a new sorted list ordered table, that is to be sorted sequence is divided into several sub-sequences, each sequence is ordered.<> 在 2025-06-17 上传 | 大小:564kb | 下载:0
[数据结构常用算法] QuickSortTest
说明:用随机法结合递归做了一个快速排序,做成了模板的形式,用处应该比较大。Main函数本身做了测试代码,正确性是可以保证的。-The combination of recursive stochastic approach to do a quick sort, made a template in the form of useful should be relatively large. Main function of the test code, the correctness can be<CLJ> 在 2025-06-17 上传 | 大小:564kb | 下载:0