资源列表

[数据结构常用算法ha-fu-man-shu

说明:给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman Tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。(Given n weights as leaf nodes n, constructing a binary tree. If the right path length to a minimum, said such a binary t
<小白兔> 在 2024-05-15 上传 | 大小:2048 | 下载:0

[数据结构常用算法QsortaMiddlePivotModification

说明:随机产生若干组长度各异的待排序列(乱序的和有序的),分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(Leader of randomly generated different number of columns to be sorted (out of order and orderly), respectively, w
<何致奇> 在 2024-05-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法算法设计与分析-王红梅

说明:算法设计与分析第一版王红梅2007年出版(It is importment ,I think it is good for everyone,I hopeyou can love it.)
<高瑜> 在 2024-05-15 上传 | 大小:2622464 | 下载:0

[数据结构常用算法RSA加密算法

说明:可使用RSA加密算法对明文进行加密和解密(RSA encryption algorithm can be used to encrypt and decrypt plaintext.)
<kang2018> 在 2024-05-15 上传 | 大小:1024 | 下载:0

[数据结构常用算法算法导论第三版习题答案(中文版和英文版)

说明:算法导论第三版,包含了英文版和中文版,同时还有上传者自己对习题的解答(The third edition of the Introduction to Algorithms, which includes both English and Chinese versions, also includes the uploader's own solutions to the problem sets)
<tccc> 在 2024-05-15 上传 | 大小:6064128 | 下载:0

[数据结构常用算法平衡二叉树

说明:本算法实现了平衡二叉树的C++应用,包括平衡二叉树的增删改查。(This algorithm implements the balanced two fork tree C++ application, including balancing two tree tree's additions and deletions.)
<Tume> 在 2024-05-15 上传 | 大小:5150720 | 下载:0

[数据结构常用算法dsalog-local-select

说明:刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等(Just now the mailbox wrote wrong power inverse power program job band LU decomposition subroutine DOLITTLE decomposition method, etc.)
<yziity> 在 2024-05-15 上传 | 大小:16384 | 下载:0

[数据结构常用算法二叉树链表

说明:应用c++语言实现了二叉树链表 还含有菜单功能的实现以及树的创建和递归遍历。 含有树的深度,节点数,叶子数的编写。 含有树的非递归遍历。
<yiling1307@163.com> 在 2018-10-15 上传 | 大小:836 | 下载:0

[数据结构常用算法图的存储和基本操作

说明:应用邻接表存储方式以及邻接矩阵存储方式,存储图并实现了图的基本操作如: 在邻接表的基础上实现图的深度优先遍历与广度优先遍历操作。 编写最短路径算法,并对输入的图进行验证。
<yiling1307@163.com> 在 2018-10-15 上传 | 大小:7267 | 下载:0

[数据结构常用算法seedFormatParse

说明:java版本的seed解析,包括seed转换miniseed(Seed analysis of java version)
<梦浮桥> 在 2024-05-15 上传 | 大小:33792 | 下载:0

[数据结构常用算法logic1net

说明:农夫 要运输 白菜 羊 狼去对岸, 农夫不在的情况下,狼会吃羊,羊会吃白菜。 每次运输一个去对岸(help the man in the boat to move the wolf the sheep and the box of cabbage to the other side of the lake)
<谈不上> 在 2024-05-15 上传 | 大小:86016 | 下载:0

[数据结构常用算法logic2abc

说明:三个和尚三个鬼过河。小船最多两个乘坐,最少一个。任何时候,在两岸边如果鬼的数量多于和尚,那么和尚就吃掉鬼,任务失败。(Please help the 3 cannibals and 3 missionaries to move to the other side of the lake.notice that:when there is on one side more cannibals than missionaries,the e
<谈不上> 在 2024-05-15 上传 | 大小:185344 | 下载:0

源码中国 www.ymcn.org