[PR #629] [MERGED] Added octal to binary conversion #1080

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/629
Author: @VishnuPothan
Created: 10/1/2020
Status: Merged
Merged: 10/2/2020
Merged by: @kvedala

Base: masterHead: master


📝 Commits (8)

📊 Changes

2 files changed (+63 additions, -0 deletions)

View changed files

📝 DIRECTORY.md (+1 -0)
conversions/octal_to_binary.c (+62 -0)

📄 Description

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/629 **Author:** [@VishnuPothan](https://github.com/VishnuPothan) **Created:** 10/1/2020 **Status:** ✅ Merged **Merged:** 10/2/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`28ceb4c`](https://github.com/TheAlgorithms/C/commit/28ceb4ccbe020910ac17d15bde51982737602cfb) Added octal to binary conversion - [`ea50ff4`](https://github.com/TheAlgorithms/C/commit/ea50ff4d08e86e1662e8565fc98dabeef2a95a2d) Update conversions/octal_to_binary.c - [`600ee45`](https://github.com/TheAlgorithms/C/commit/600ee459b64886a0641f5782202e2cf5f3e63319) Update conversions/octal_to_binary.c - [`d633e35`](https://github.com/TheAlgorithms/C/commit/d633e352f835fcfc11122becc7f2234c531d9860) Changes updated - [`3f21622`](https://github.com/TheAlgorithms/C/commit/3f21622bab6477e9a035be722fc5776f917a074c) To trigger action - [`d57edeb`](https://github.com/TheAlgorithms/C/commit/d57edebc47fb596866c801b9b3ef750fa80b982f) updating DIRECTORY.md - [`8321259`](https://github.com/TheAlgorithms/C/commit/8321259381975fbcaa875026ecfdd5c74469d956) LGTM alert fixed. - [`a28d6b3`](https://github.com/TheAlgorithms/C/commit/a28d6b3787e12908e21b92507f4a901110b7c191) Merge branch 'master' of https://github.com/vishnu0pothan/C ### 📊 Changes **2 files changed** (+63 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) ➕ `conversions/octal_to_binary.c` (+62 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#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: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/629"><img src="https://gitpod.io/api/apps/github/pbs/github.com/vishnu0pothan/C.git/a28d6b3787e12908e21b92507f4a901110b7c191.svg" /></a> --- <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:17:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1080