mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-18 19:39:34 +00:00
[PR #677] [MERGED] feat: Implemented octal to hexadecimal conversion #1154
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/677
Author: @rachitbhalla
Created: 10/18/2020
Status: ✅ Merged
Merged: 2/11/2021
Merged by: @ayaankhan98
Base:
master← Head:master📝 Commits (8)
881e1e9Implemented octal to hexadecimal conversion Fixes: #6336b1c8e6included stdio.h Fixes: #6335e11041added test cases and updated the documentation Fixes: #63319fb5baupdated with the suggested changese1b7750updating DIRECTORY.mde2444ceupdated with the suggested changes4d20fe4Merge branch 'master' of https://github.com/rachitbhalla/Cf2c9fe3updated with the suggested changes📊 Changes
2 files changed (+80 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
conversions/octal_to_hexadecimal.c(+79 -0)📄 Description
Description of Change
Implemented Octal to Hexadecimal conversion using C
References
#633
Checklist
[x] Added description of change
[x] Added file name matches File name guidelines
[x] Added tests and example, test must pass
[x] Relevant documentation/comments is changed or added
[x] PR title follows semantic commit guidelines
[x] Search previous suggestions before making a new one, as yours may be a duplicate.
[x] I acknowledge that all my contributions will be made under the project's license.
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.