[PR #478] [MERGED] Created algorithm to convert binary to octal. #881

Closed
opened 2026-01-29 15:15:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/478
Author: @aromalanil
Created: 10/27/2019
Status: Merged
Merged: 11/2/2019
Merged by: @ashwek

Base: masterHead: master


📝 Commits (2)

  • 93f68d0 Created algorithm to convert binary to octal.
  • 9da3704 Rename decimal_to_octal_recursion to decimal_to_octal_recursion.c

📊 Changes

1 file changed (+28 additions, -0 deletions)

View changed files

conversions/decimal_to_octal_recursion.c (+28 -0)

📄 Description

This contatin algorithm to convert binary to octal using recursion


🔄 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/478 **Author:** [@aromalanil](https://github.com/aromalanil) **Created:** 10/27/2019 **Status:** ✅ Merged **Merged:** 11/2/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`93f68d0`](https://github.com/TheAlgorithms/C/commit/93f68d0c36b6eb3109f80f8ad341da7aad8ea408) Created algorithm to convert binary to octal. - [`9da3704`](https://github.com/TheAlgorithms/C/commit/9da370426c3b7ae52c3eb2c0169e0069e7e18c23) Rename decimal_to_octal_recursion to decimal_to_octal_recursion.c ### 📊 Changes **1 file changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/decimal_to_octal_recursion.c` (+28 -0) </details> ### 📄 Description This contatin algorithm to convert binary to octal using recursion --- <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:15:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#881