[PR #224] [CLOSED] changed algorhytm to create binary number #510

Open
opened 2026-01-29 15:13:22 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/224
Author: @Aurvandill
Created: 3/21/2019
Status: Closed

Base: masterHead: patch-2


📝 Commits (2)

  • f1e6ca8 changed algorhytm to create binary number
  • 147906b dont 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/224 **Author:** [@Aurvandill](https://github.com/Aurvandill) **Created:** 3/21/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`f1e6ca8`](https://github.com/TheAlgorithms/C/commit/f1e6ca801fbae87352c181cf573677d7b1c03ac4) changed algorhytm to create binary number - [`147906b`](https://github.com/TheAlgorithms/C/commit/147906baae59238af3fbbe7b14cf161cf9a94102) dont write unnecesary zeros ### 📊 Changes **1 file changed** (+24 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `conversions/decimal _to_binary.c` (+24 -47) </details> ### 📄 Description instead of using an array to save the binary value we write it immeaditly also added the possibility to enter negative umbers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:13:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#510