SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

0 0 1 Python

Added decimal_to_binary_recursion.py (#3266)

* 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 <[email protected]>
M
Mikail Farid committed
5fcd250c99ec1b490c456dbc4be6b9ad63f78817
Parent: 75a9b46
Committed by GitHub <[email protected]> on 10/14/2020, 10:27:08 AM