浙大 数据结构与算法60讲 网盘地址,保证完整,好用。 浙大 数据结构与算法60讲 网盘地址,保证完整,好用。
2022-03-01 15:30:25 421B 数据结构 算法 60讲 网盘
1
浙大数据结构课程复习英文PPT,复习提纲,考试要点都在ppt中
2022-01-01 17:02:50 2.81MB 数据结构 浙大 ppt 英文
1
浙大版本数据结构习题和习题解析,内配有相应的单机版代码测试软件。
2021-09-22 20:33:15 69.23MB DS practice
1
帮助你学习数据结构,使你熟练掌握数据结构
2021-04-12 17:56:58 2.33MB 数据结构
1
数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关
2020-01-15 22:30:07 42.03MB 陈越 浙大 数据结构 带书签
1
浙大陈越老师和何钦铭老师mooc上的课程,如遇课程关闭期间,可以下载看看。
2020-01-14 03:10:55 9.34MB 数据结构课件
1
有了这个课件结合: https://www.bilibili.com/video/av20788728/?p=10 视频进行学习,事半功倍
1
There are at least two different algorithms that can compute XN for some positive integer N. Algorithm 1 is to use N – 1 multiplications. Algorithm 2 works in the following way: if N is even, XN = XN / 2  XN / 2; and if N is odd, XN = X(N – 1) / 2  X(N – 1) / 2  X. Figure 2.11 in your textbook gives the recursive version of this algorithm. Your tasks are: (1) Implement Algorithm 1 and an iterative version of Algorithm 2; (2) Analyze the complexities of the two algorithms; (3) Measure and compare the performances of Algorithm 1 and the iterative and recursive implementations of Algorithm 2 for X=1.0001 and N = 1000, 5000, 10000, 20000, 40000, 60000, 80000, 100000.
2019-12-21 19:39:01 2KB 浙大 数据结构 project
1
浙大 数据结构与算法60讲 网盘地址,保证完整,好用。
2019-12-21 18:52:13 63B 数据结构 算法 60讲 网盘
1