[PR #82] [MERGED] Greatest common divisor. #306

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/82
Author: @fsharpasharp
Created: 10/19/2017
Status: Merged
Merged: 12/23/2017
Merged by: @christianbender

Base: masterHead: GCD


📝 Commits (2)

📊 Changes

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

View changed files

misc/GCD.c (+15 -0)

📄 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/82 **Author:** [@fsharpasharp](https://github.com/fsharpasharp) **Created:** 10/19/2017 **Status:** ✅ Merged **Merged:** 12/23/2017 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `GCD` --- ### 📝 Commits (2) - [`a82550d`](https://github.com/TheAlgorithms/C/commit/a82550d66f711db511623303287aade3851c8064) Greatest common divisor. - [`2a27e93`](https://github.com/TheAlgorithms/C/commit/2a27e93d1cbbb727c3a87b7fca0a67a5d961d2e0) Concise version ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/GCD.c` (+15 -0) </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:11:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#306