@@ -223,15 +223,14 @@ If you want to uninstall algorithms, it is as simple as:
223223 - [ hailstone] ( algorithms/maths/hailstone.py )
224224 - [ recursive_binomial_coefficient] ( algorithms/maths/recursive_binomial_coefficient.py )
225225 - [ 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)
228228- [ matrix] ( algorithms/matrix )
229229 - [ sudoku_validator] ( algorithms/matrix/sudoku_validator.py )
230230 - [ bomb_enemy] ( algorithms/matrix/bomb_enemy.py )
231231 - [ copy_transform] ( algorithms/matrix/copy_transform.py )
232232 - [ count_paths] ( algorithms/matrix/count_paths.py )
233233 - [ matrix_exponentiation] ( algorithms/matrix/matrix_exponentiation.py )
234- - [ matrix_rotation.txt] ( algorithms/matrix/matrix_rotation.txt )
235234 - [ matrix_inversion] ( algorithms/matrix/matrix_inversion.py )
236235 - [ matrix_multiplication] ( algorithms/matrix/multiply.py )
237236 - [ rotate_image] ( algorithms/matrix/rotate_image.py )
@@ -327,7 +326,7 @@ If you want to uninstall algorithms, it is as simple as:
327326 - [ judge_circle] ( algorithms/strings/judge_circle.py )
328327 - [ strong_password] ( algorithms/strings/strong_password.py )
329328 - [ caesar_cipher] ( algorithms/strings/caesar_cipher.py )
330- - [ check_pangram] (algorithms/strings/check_pangram.py
329+ - [ check_pangram] ( algorithms/strings/check_pangram.py )
331330 - [ contain_string] ( algorithms/strings/contain_string.py )
332331 - [ count_binary_substring] ( algorithms/strings/count_binary_substring.py )
333332 - [ repeat_string] ( algorithms/strings/repeat_string.py )
0 commit comments