@@ -223,15 +223,14 @@ If you want to uninstall algorithms, it is as simple as:
223
223
- [ hailstone] ( algorithms/maths/hailstone.py )
224
224
- [ recursive_binomial_coefficient] ( algorithms/maths/recursive_binomial_coefficient.py )
225
225
- [ find_order] ( algorithms/maths/find_order_simple.py )
226
- - [find_primitive_root](algorithms/maths/find_primitive_root_simple.py)
227
- - [diffie_hellman_key_exchange](algorithms/maths/diffie_hellman_key_exchange.py)
226
+ - [find_primitive_root](algorithms/maths/find_primitive_root_simple.py)
227
+ - [diffie_hellman_key_exchange](algorithms/maths/diffie_hellman_key_exchange.py)
228
228
- [ matrix] ( algorithms/matrix )
229
229
- [ sudoku_validator] ( algorithms/matrix/sudoku_validator.py )
230
230
- [ bomb_enemy] ( algorithms/matrix/bomb_enemy.py )
231
231
- [ copy_transform] ( algorithms/matrix/copy_transform.py )
232
232
- [ count_paths] ( algorithms/matrix/count_paths.py )
233
233
- [ matrix_exponentiation] ( algorithms/matrix/matrix_exponentiation.py )
234
- - [ matrix_rotation.txt] ( algorithms/matrix/matrix_rotation.txt )
235
234
- [ matrix_inversion] ( algorithms/matrix/matrix_inversion.py )
236
235
- [ matrix_multiplication] ( algorithms/matrix/multiply.py )
237
236
- [ rotate_image] ( algorithms/matrix/rotate_image.py )
@@ -327,7 +326,7 @@ If you want to uninstall algorithms, it is as simple as:
327
326
- [ judge_circle] ( algorithms/strings/judge_circle.py )
328
327
- [ strong_password] ( algorithms/strings/strong_password.py )
329
328
- [ caesar_cipher] ( algorithms/strings/caesar_cipher.py )
330
- - [ check_pangram] (algorithms/strings/check_pangram.py
329
+ - [ check_pangram] ( algorithms/strings/check_pangram.py )
331
330
- [ contain_string] ( algorithms/strings/contain_string.py )
332
331
- [ count_binary_substring] ( algorithms/strings/count_binary_substring.py )
333
332
- [ repeat_string] ( algorithms/strings/repeat_string.py )
0 commit comments