mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #134] [CLOSED] Update on binary with decimal convertions and vice-versa #363
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/134
Author: @jonaphael
Created: 5/30/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
e2f0828Update 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.