mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 15:34:20 +00:00
[PR #224] [CLOSED] changed algorhytm to create binary number #510
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/224
Author: @Aurvandill
Created: 3/21/2019
Status: ❌ Closed
Base:
master← Head:patch-2📝 Commits (2)
f1e6ca8changed algorhytm to create binary number147906bdont write unnecesary zeros📊 Changes
1 file changed (+24 additions, -47 deletions)
View changed files
📝
conversions/decimal _to_binary.c(+24 -47)📄 Description
instead of using an array to save the binary value we write it immeaditly
also added the possibility to enter negative umbers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.