mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
5fcd250c99
* Added decimal_to_binary_recursion.py * Added decimal_to_binary_recursion.py * Made changes to docstring * Use divmod() * binary_recursive(div) + str(mod) * Be kind with user input if possible * Update decimal_to_binary_recursion.py * ValueError: invalid literal for int() with base 10: 'number' Co-authored-by: Christian Clauss <cclauss@me.com> |
||
---|---|---|
.. | ||
__init__.py | ||
binary_to_decimal.py | ||
binary_to_octal.py | ||
decimal_to_any.py | ||
decimal_to_binary_recursion.py | ||
decimal_to_binary.py | ||
decimal_to_hexadecimal.py | ||
decimal_to_octal.py | ||
hexadecimal_to_decimal.py | ||
octal_to_decimal | ||
prefix_conversions.py | ||
roman_to_integer.py | ||
temperature_conversions.py |