mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-07 20:46:16 +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.