[PR #55] [CLOSED] Adding Euclidean GCD algorithm #270

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/55
Author: @JuantAldea
Created: 10/1/2017
Status: Closed

Base: masterHead: EuclideanGCD


📝 Commits (1)

  • 9397ce0 Adding Euclidean GCD algorithm

📊 Changes

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

View changed files

misc/Euclidean_GCD.c (+28 -0)

📄 Description

This PR adds the Euclidean GCD algorithm for two numbers.


🔄 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/55 **Author:** [@JuantAldea](https://github.com/JuantAldea) **Created:** 10/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `EuclideanGCD` --- ### 📝 Commits (1) - [`9397ce0`](https://github.com/TheAlgorithms/C/commit/9397ce06e1b5a75d9670f08ba66be1dc8c6f379a) Adding Euclidean GCD algorithm ### 📊 Changes **1 file changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Euclidean_GCD.c` (+28 -0) </details> ### 📄 Description This PR adds the Euclidean GCD algorithm for two numbers. --- <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:10:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#270