[PR #366] [CLOSED] Adding conversion Algorithme to convert from decimal to ANY base (HacktoberFest 2k19) #717

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/366
Author: @abdelhak-ihadjadene
Created: 10/7/2019
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 6949909 Adding a conversion algorithme to convert from decimal to ANY base + fixing a little bit the README.md file
  • 034741c For solution of problem 6 of project_euler, modifed the code solution so it can be applied to the 'n' first numbers
  • e80cc25 Revert "For solution of problem 6 of project_euler, modifed the code solution so it can be applied to the 'n' first numbers"
  • db02675 Revert "Adding a conversion algorithme to convert from decimal to ANY base + fixing a little bit the README.md file"

📄 Description

Adding a conversion algorithme to convert from decimal to ANY base +fixing a little bit the README.md file


🔄 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/366 **Author:** [@abdelhak-ihadjadene](https://github.com/abdelhak-ihadjadene) **Created:** 10/7/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`6949909`](https://github.com/TheAlgorithms/C/commit/6949909ddbb735058f6b36656fad38fdfb4b13c4) Adding a conversion algorithme to convert from decimal to ANY base + fixing a little bit the README.md file - [`034741c`](https://github.com/TheAlgorithms/C/commit/034741c98fadb22eb670d38213a1a7932863fd9e) For solution of problem 6 of project_euler, modifed the code solution so it can be applied to the 'n' first numbers - [`e80cc25`](https://github.com/TheAlgorithms/C/commit/e80cc25da87afb473ea16e8462409f00232546d4) Revert "For solution of problem 6 of project_euler, modifed the code solution so it can be applied to the 'n' first numbers" - [`db02675`](https://github.com/TheAlgorithms/C/commit/db026751edb94db3bcce352b3c2c70a22e785760) Revert "Adding a conversion algorithme to convert from decimal to ANY base + fixing a little bit the README.md file" ### 📄 Description Adding a conversion algorithme to convert from decimal to ANY base +fixing a little bit the README.md file --- <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:14:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#717