《计算机算法设计与分析》的学习资源和好的课程积累

1.北大老师的课程链接:

mooc:https://www.icourse163.org/learn/PKU-1002525003?tid=1002695005#/learn/content

b站:https://www.bilibili.com/video/BV1Ls411W7PB?from=search&seid=2896522031126722387

2.

相关练习题:
P22:快速排序 https://www.luogu.com.cn/problem/P1177
P23:快速幂 https://www.luogu.com.cn/problem/P1226
P23:斐波那契数列 https://www.luogu.com.cn/problem/P1962
P24:矩阵乘法 https://www.luogu.com.cn/problem/P3390
P25: 平面上的最接近点对 https://www.luogu.com.cn/problem/P1257

P34 二维凸包 https://www.luogu.com.cn/problem/P2742

P31 多项式乘法(FFT)https://www.luogu.com.cn/problem/P3803

P29: 第k小整数 https://www.luogu.com.cn/problem/P1138

猜你喜欢

转载自www.cnblogs.com/dragondragon/p/13378120.html
今日推荐