[PR #523] [CLOSED] Added Conversions Algorithms #940

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/523
Author: @Hiyabye
Created: 4/19/2020
Status: Closed

Base: masterHead: add_conversions


📝 Commits (3)

  • d08ab0a Merge pull request #1 from TheAlgorithms/master
  • eb74095 Added converting algorithms
  • d0f95bb Fixed 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.

  1. Converting hexadecimal to binary
  2. Converting hexadecimal to decimal

🔄 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/523 **Author:** [@Hiyabye](https://github.com/Hiyabye) **Created:** 4/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add_conversions` --- ### 📝 Commits (3) - [`d08ab0a`](https://github.com/TheAlgorithms/C/commit/d08ab0abd75d5456cba7008da30def62b45ba7ac) Merge pull request #1 from TheAlgorithms/master - [`eb74095`](https://github.com/TheAlgorithms/C/commit/eb7409568d4a7240feaa100470c3a6407825e59c) Added converting algorithms - [`d0f95bb`](https://github.com/TheAlgorithms/C/commit/d0f95bb58e4ba0507a13668487dc5287e234edb8) Fixed message ### 📊 Changes **2 files changed** (+108 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/hexadecimal_to_binary.c` (+48 -0) ➕ `conversions/hexadecimal_to_decimal.c` (+60 -0) </details> ### 📄 Description I added some new conversions related algorithms. 1. Converting hexadecimal to binary 2. Converting hexadecimal to decimal --- <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:16: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#940