File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ If you want to uninstall algorithms, it is as simple as:
209
209
- [ gcd/lcm] ( algorithms/maths/gcd.py )
210
210
- [ generate_strobogrammtic] ( algorithms/maths/generate_strobogrammtic.py )
211
211
- [ is_strobogrammatic] ( algorithms/maths/is_strobogrammatic.py )
212
- - [ matrix_exponentiation] ( algorithms/matrix/matrix_exponentiation.py )
213
212
- [ modular_exponential] ( algorithms/maths/modular_exponential.py )
214
213
- [ next_bigger] ( algorithms/maths/next_bigger.py )
215
214
- [ next_perfect_square] ( algorithms/maths/next_perfect_square.py )
@@ -231,6 +230,7 @@ If you want to uninstall algorithms, it is as simple as:
231
230
- [ bomb_enemy] ( algorithms/matrix/bomb_enemy.py )
232
231
- [ copy_transform] ( algorithms/matrix/copy_transform.py )
233
232
- [ count_paths] ( algorithms/matrix/count_paths.py )
233
+ - [ matrix_exponentiation] ( algorithms/matrix/matrix_exponentiation.py )
234
234
- [ matrix_rotation.txt] ( algorithms/matrix/matrix_rotation.txt )
235
235
- [ matrix_inversion] ( algorithms/matrix/matrix_inversion.py )
236
236
- [ matrix_multiplication] ( algorithms/matrix/multiply.py )
You can’t perform that action at this time.
0 commit comments