[PR #420] [CLOSED] Added OctalToDecimal Converter #795

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/420
Author: @VikrantReddy
Created: 10/16/2019
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 95209f9 Added OctalToDecimal Converter
  • c88fba6 adding two pointers reduces the loops to half, thus saves time
  • 7aba759 Delete Prime.c

📊 Changes

2 files changed (+27 additions, -31 deletions)

View changed files

conversions/hexa_to_decimal.c (+27 -0)
misc/Prime.c (+0 -31)

📄 Description

No description provided


🔄 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/420 **Author:** [@VikrantReddy](https://github.com/VikrantReddy) **Created:** 10/16/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`95209f9`](https://github.com/TheAlgorithms/C/commit/95209f90c20d75c1017d8c68503504f514ecf7bc) Added OctalToDecimal Converter - [`c88fba6`](https://github.com/TheAlgorithms/C/commit/c88fba6ae530d4ab0e73024d900c71fe9a1fd1a2) adding two pointers reduces the loops to half, thus saves time - [`7aba759`](https://github.com/TheAlgorithms/C/commit/7aba7596d959778be41aabf58a0a10f02dcb2d1d) Delete Prime.c ### 📊 Changes **2 files changed** (+27 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `conversions/hexa_to_decimal.c` (+27 -0) ➖ `misc/Prime.c` (+0 -31) </details> ### 📄 Description _No description provided_ --- <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: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#795