资源列表
[数据结构常用算法] jishupaixu
说明:计数排序源码,仿造算法导论上的思想编写,适合学习算法的初学者。-Counting Sort source, copy the idea on the Introduction to Algorithms written for beginners learning algorithms.<wenhong> 在 2025-01-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 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-15 上传 | 大小:1kb | 下载:0