Python代码实现了fft与逆fft。 参考资料:https://walkccc.github.io/CLRS/Chap30/30.1/https://sites.math.rutgers.edu/~ajl213/CLRS/Ch30.pdf
30 Polynomials and the FFT
30.1 Representing polynomials 1.Multiply the polynomials and using equations (30.1) and (30.…
2020/10/31:初稿,参考https://walkccc.github.io/CLRS/Chap04/4.1/,并增加相应的Python代码.
4 Divide-and-Conquer
4.1 The maximum-subarray problem
1.What does FIND-MAXIMUM-SUBARRAY return when all elements of A are negative? It will ret…
参考文献:
https://walkccc.me/CLRS/Chap29/29.1/https://sites.math.rutgers.edu/~ajl213/CLRS/
29.Linear Programming
29.1 Standard and slack forms
1.If we express the linear program in (29.24)–(29.28) in the compact notation of (29.19)–(29.21)…