mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 22:23:42 +00:00
7f04e5cd34
* spelling corrections * review * improved documentation, removed redundant variables, added testing * added type hint * camel case to snake case * spelling fix * review * python --> Python # it is a brand name, not a snake * explicit cast to int * spaces in int list * "!= None" to "is not None" * Update comb_sort.py * various spelling corrections in documentation & several variables naming conventions fix * + char in file name * import dependency - bug fix Co-authored-by: John Law <johnlaw.po@gmail.com> |
||
---|---|---|
.. | ||
affine_cipher.py | ||
atbash.py | ||
base16.py | ||
base32.py | ||
base64_cipher.py | ||
base85.py | ||
brute_force_caesar_cipher.py | ||
caesar_cipher.py | ||
cryptomath_module.py | ||
deterministic_miller_rabin.py | ||
diffie.py | ||
elgamal_key_generator.py | ||
hill_cipher.py | ||
mixed_keyword_cypher.py | ||
morse_code_implementation.py | ||
onepad_cipher.py | ||
playfair_cipher.py | ||
porta_cipher.py | ||
prehistoric_men.txt | ||
rabin_miller.py | ||
rot13.py | ||
rsa_cipher.py | ||
rsa_factorization.py | ||
rsa_key_generator.py | ||
shuffled_shift_cipher.py | ||
simple_keyword_cypher.py | ||
simple_substitution_cipher.py | ||
trafid_cipher.py | ||
transposition_cipher_encrypt_decrypt_file.py | ||
transposition_cipher.py | ||
vigenere_cipher.py | ||
xor_cipher.py |