资源列表
[数据结构常用算法] ACKFunction
说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-Ackermann achieve statistical a<李昭明> 在 2025-07-13 上传 | 大小:574kb | 下载:0
[数据结构常用算法] Ckechengsheji
说明:c++版数据机构预算法国外经典计算机教程-c++ version of the data sector budget law<小东> 在 2025-07-13 上传 | 大小:573kb | 下载:0
[数据结构常用算法] sjjg
说明:1)实现二路归并排序算法。 2)实现希尔排序算法。 3)实现快速排序算法。 4)实现堆排序算法。 (6)已知长度为n的线性表A采用顺序存储结构,该算法删除线性表中所有值为item的数据元素。删除后的数组元素与原数组元素不必保持顺序一致。 一个主函数,调试上述算法。-1) Achieving way merge sorting algorithm. 2) Achieving Hill sorting algorithms. 3) The fast sorting algorit<demoncat> 在 2025-07-13 上传 | 大小:575kb | 下载:0
[数据结构常用算法] shuzhifenxi
说明:牛顿插值的vc具体实现,数值分析应该会用的上,具体是用均差表做的-Vc concrete realization of Newton interpolation, numerical analysis should be used, and specifically to do with the average difference table<wangx> 在 2025-07-13 上传 | 大小:573kb | 下载:0