File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 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:
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 )
You can’t perform that action at this time.
0 commit comments