mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 13:54:36 +00:00
[PR #523] [CLOSED] Added Conversions Algorithms #940
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/523
Author: @Hiyabye
Created: 4/19/2020
Status: ❌ Closed
Base:
master← Head:add_conversions📝 Commits (3)
d08ab0aMerge pull request #1 from TheAlgorithms/mastereb74095Added converting algorithmsd0f95bbFixed message📊 Changes
2 files changed (+108 additions, -0 deletions)
View changed files
➕
conversions/hexadecimal_to_binary.c(+48 -0)➕
conversions/hexadecimal_to_decimal.c(+60 -0)📄 Description
I added some new conversions related algorithms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.