[PR #191] [CLOSED] Update sol1.c #461

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/191
Author: @ilkerkosaroglu
Created: 10/21/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+74 additions, -2 deletions)

View changed files

📝 project_euler/Problem 03/sol1.c (+2 -2)
project_euler/Problem 5/solution1.c (+72 -0)

📄 Description

fixed infinite loop ? (some implementations of the function were not halting)


🔄 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/191 **Author:** [@ilkerkosaroglu](https://github.com/ilkerkosaroglu) **Created:** 10/21/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6e9c1e8`](https://github.com/TheAlgorithms/C/commit/6e9c1e8c6ba0f5c8c0697e3419f7833bba8bc201) Update sol1.c - [`5ae183e`](https://github.com/TheAlgorithms/C/commit/5ae183eab89d8467a80686ca7fd79eaa137cbe35) Create solution1.c ### 📊 Changes **2 files changed** (+74 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `project_euler/Problem 03/sol1.c` (+2 -2) ➕ `project_euler/Problem 5/solution1.c` (+72 -0) </details> ### 📄 Description fixed infinite loop ? (some implementations of the function were not halting) --- <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:13:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#461