Skip to content

Commit 0e61ad8

Browse files
committed
Added matrix_exponentiation under matrix in README
1 parent c5d3e2d commit 0e61ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ If you want to uninstall algorithms, it is as simple as:
209209
- [gcd/lcm](algorithms/maths/gcd.py)
210210
- [generate_strobogrammtic](algorithms/maths/generate_strobogrammtic.py)
211211
- [is_strobogrammatic](algorithms/maths/is_strobogrammatic.py)
212-
- [matrix_exponentiation](algorithms/matrix/matrix_exponentiation.py)
213212
- [modular_exponential](algorithms/maths/modular_exponential.py)
214213
- [next_bigger](algorithms/maths/next_bigger.py)
215214
- [next_perfect_square](algorithms/maths/next_perfect_square.py)
@@ -231,6 +230,7 @@ If you want to uninstall algorithms, it is as simple as:
231230
- [bomb_enemy](algorithms/matrix/bomb_enemy.py)
232231
- [copy_transform](algorithms/matrix/copy_transform.py)
233232
- [count_paths](algorithms/matrix/count_paths.py)
233+
- [matrix_exponentiation](algorithms/matrix/matrix_exponentiation.py)
234234
- [matrix_rotation.txt](algorithms/matrix/matrix_rotation.txt)
235235
- [matrix_inversion](algorithms/matrix/matrix_inversion.py)
236236
- [matrix_multiplication](algorithms/matrix/multiply.py)

0 commit comments

Comments
 (0)