COMMITS
/ conversions/decimal_to_binary.py August 21, 2023
C
Consolidate decimal to binary iterative and recursive (#8999)
Caeden Perelli-Harris committed
February 1, 2023
C
pre-commit: Upgrade psf/black for stable style 2023 (#8110)
Christian Clauss committed
October 27, 2022
C
refactor: Indent ... for visual purposes (#7744)
Caeden Perelli-Harris committed
April 4, 2021
D
fix(mypy): type annotations for conversions algorithms (#4314)
Dhruv Manilawala committed
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
July 7, 2020
H
Update decimal_to_binary.py (#2185)
Hardik Aggarwal committed
June 2, 2020
S
conversions/decimal_to_binary.py: Add type hints (#2001)
Shivam Verma committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
August 3, 2019
S
bin(num). convert ZERO and negative decimal numbers to binary. (#1093)
Syed Waleed Hyder committed
July 5, 2019
P
Implement Three New Algorithms (#948)
PatOnTheBack committed