mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 13:06:57 +08:00
Implemented an easier to implement and faster algorithm than the already present matrix exponentiation method. This is faster than matrix exponentiation method as it is a DP form of matrix exponentiation.
1.1 KiB
1.1 KiB