[PR #134] [CLOSED] Update on binary with decimal convertions and vice-versa #363

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/134
Author: @jonaphael
Created: 5/30/2018
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • e2f0828 Update on binary with decimal convertions and vice-versa

📊 Changes

2 files changed (+111 additions, -67 deletions)

View changed files

📝 conversions/binary_to_decimal.c (+57 -15)
📝 conversions/decimal _to_binary.c (+54 -52)

📄 Description

Implemented the convertions with bit-wise and shift operators


🔄 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/134 **Author:** [@jonaphael](https://github.com/jonaphael) **Created:** 5/30/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e2f0828`](https://github.com/TheAlgorithms/C/commit/e2f082874dde9539291e5c28c848964563ab3977) Update on binary with decimal convertions and vice-versa ### 📊 Changes **2 files changed** (+111 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `conversions/binary_to_decimal.c` (+57 -15) 📝 `conversions/decimal _to_binary.c` (+54 -52) </details> ### 📄 Description Implemented the convertions with bit-wise and shift operators --- <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:12:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#363