[PR #162] [CLOSED] Added two solutions for Project euler problem5 #404

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/162
Author: @buffet
Created: 10/6/2018
Status: Closed

Base: masterHead: project-euler-problem5


📝 Commits (2)

  • a2c2b92 Added naive implementation for Problem 5
  • 221c7a0 Added a solution for Euler Problem 5 with easy improvements

📊 Changes

2 files changed (+68 additions, -0 deletions)

View changed files

Project Euler/Problem 05/sol1.c (+30 -0)
Project Euler/Problem 05/sol2.c (+38 -0)

📄 Description

I did this as part of the hacktober (see #37).

They also include small comments explaining what I did.


🔄 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/162 **Author:** [@buffet](https://github.com/buffet) **Created:** 10/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `project-euler-problem5` --- ### 📝 Commits (2) - [`a2c2b92`](https://github.com/TheAlgorithms/C/commit/a2c2b924e843b717d6e33e39d0b80263b63ba2b3) Added naive implementation for Problem 5 - [`221c7a0`](https://github.com/TheAlgorithms/C/commit/221c7a0903ce0545e0515495f0192dd3dbdaa299) Added a solution for Euler Problem 5 with easy improvements ### 📊 Changes **2 files changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Project Euler/Problem 05/sol1.c` (+30 -0) ➕ `Project Euler/Problem 05/sol2.c` (+38 -0) </details> ### 📄 Description I did this as part of the hacktober (see #37). They also include small comments explaining what I did. --- <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:12:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#404