资源列表
[数据结构常用算法] BUCKET_SORT
说明:桶排序算法,通过链表存储桶中数据,采用直接插入法插入队列。-Bucket sorting algorithm, the bucket list data by using the direct insertion into the queue.<尹纪权> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] thecodeofpower
说明:用面向对象C++实现的乘法运算代码,对任意输入的一个整数,自动计算出n^n-Object-oriented C++, multiplication code, an integer for any input, automatically calculate the n ^ n<tang chuang> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] lisanshuxushiyan1
说明:1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B,并根据真值表求主范式(C)) -1. From the keyboard input variables of two propositions P and Q of the true value, find their conjunction, disjunction, conditional and<程国栋> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] lisanshuxu2
说明:1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) -1. Find a limited set of relations on a given reflexive, symmetric and transitive closure. (There are two solution method, only<程国栋> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] lisanshuxushiyan3
说明:以偶对的形式输入一个无向简单图的边,建立该图的邻接矩阵,判断图是否连通(A)。并计算任意两个结点间的距离(B)。对不连通的图输出其各个连通支(C)。-Even on the form to input an undirected graph edge, the establishment of the adjacency matrix to determine whether the connectivity graph (A). An<程国栋> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] Advanced.cell.algorithm
说明:细胞算法设计高级代码Advanced code cell algorithm -Advanced code cell algorithm<d> 在 2024-11-05 上传 | 大小:2048 | 下载:0
[数据结构常用算法] BinarySearchTree
说明:二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, b<qinxiaoyu> 在 2024-11-05 上传 | 大小:2048 | 下载:0