资源列表
[数据结构常用算法] searchthemaxandmininarray
说明:分治思想是算法中很常用的一种技巧。在N个数中求最小值Min和最大值Max,我们只需分别求出前后N/2个数的N/2个数的Min和Max,然后取较小的Min,较大的Max即可(只需较大的数和较大的数比较,较小的数和较小的数比较,两次就可以了)。-You can use the procedure to find the Minnumber and the Maxnumber in the array.<徐天扬> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Shortest_Path
说明:warshall算法,离散数学结构理论与应用-warshall algorithm<高树锋> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:一元多项式的相加,单链表实现的,挺简单的,第一次传的,多多见谅-The sum of Multinomial single linked list to achieve, quite simply, the first pass, and a lot of excuse me<198996> 在 2025-01-16 上传 | 大小:1kb | 下载:0