资源列表
[数据结构常用算法] guangyibiaofanxu
说明:广义表的反序 逆置广义表的递归模型如下: F(LS) = null 若 LS 为空 F(LS) = LS 若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(hea<martinwok> 在 2024-11-02 上传 | 大小:221184 | 下载:0
[数据结构常用算法] polynomial
说明:数值算法,用链表实现多项式的运算,加减乘除-Numerical algorithm, using the list to achieve polynomial operations, Math<龚致> 在 2024-11-02 上传 | 大小:221184 | 下载:0
[数据结构常用算法] Solutions-for-algorithms
说明:Introduction to Algorithms, Second Edition. 算法导论第二版,附带完整答案,学算法必用。 -Introduction to Algorithms Second Edition, with complete answers, learning algorithms must be used.<cl> 在 2024-11-02 上传 | 大小:221184 | 下载:0
[数据结构常用算法] Solutions.for.Introduction.to.al
说明:麻省理工大学 算法导论 英文文档 感受顶尖大学魅力-Introduction to Algorithms MIT top universities feel the charm of the English document<童浩> 在 2024-11-02 上传 | 大小:221184 | 下载:0
[数据结构常用算法] Cpp_struct_ch02
说明:data structure code for C++ ch2<李茂瓏> 在 2024-11-02 上传 | 大小:221184 | 下载:0