mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-12 23:52:17 +08:00
Consolidate decimal to binary iterative and recursive (#8999)
* updating DIRECTORY.md * refactor(decimal-to-binary): Consolidate implementations * updating DIRECTORY.md * refactor(decimal-to-binary): Rename main and helper recursive --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
1984d97171
commit
1210559deb
@ -146,7 +146,6 @@
|
||||
* [Convert Number To Words](conversions/convert_number_to_words.py)
|
||||
* [Decimal To Any](conversions/decimal_to_any.py)
|
||||
* [Decimal To Binary](conversions/decimal_to_binary.py)
|
||||
* [Decimal To Binary Recursion](conversions/decimal_to_binary_recursion.py)
|
||||
* [Decimal To Hexadecimal](conversions/decimal_to_hexadecimal.py)
|
||||
* [Decimal To Octal](conversions/decimal_to_octal.py)
|
||||
* [Energy Conversions](conversions/energy_conversions.py)
|
||||
|
Reference in New Issue
Block a user