Search
May 30, 2025
See 247 more →
❯
Apr 24, 20251 min read
利用矩阵的乘法实现一组数的复杂计算,可以将累加问题转换为累乘问题,然后用快速幂优化
例如:斐波那契数列_(矩阵乘法)