mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 05:55:12 +00:00
[PR #575] [MERGED] decimal to binary using recursion #1005
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/575
Author: @realDuYuanChao
Created: 7/19/2020
Status: ✅ Merged
Merged: 7/31/2020
Merged by: @kvedala
Base:
master← Head:patch-4📝 Commits (2)
41dfe3aadd decimal_to_binary_recursion.cd93a930updating DIRECTORY.md📊 Changes
2 files changed (+39 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
conversions/decimal_to_binary_recursion.c(+38 -0)📄 Description
Description of Change
Add decimal to binary using recursion algorithm
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.