[PR #436] [MERGED] LCM.c #820

Closed
opened 2026-01-29 15:15:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/436
Author: @sumit18cs
Created: 10/20/2019
Status: Merged
Merged: 11/2/2019
Merged by: @ashwek

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

misc/LCM.c (+40 -0)

📄 Description

Added Algorithm to find LCM(least common multiple) of 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/436 **Author:** [@sumit18cs](https://github.com/sumit18cs) **Created:** 10/20/2019 **Status:** ✅ Merged **Merged:** 11/2/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`54fe43e`](https://github.com/TheAlgorithms/C/commit/54fe43e926a01630396a130c736bdee9ee59da6b) LCM.c ### 📊 Changes **1 file changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/LCM.c` (+40 -0) </details> ### 📄 Description Added Algorithm to find LCM(least common multiple) of 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:15:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#820