[PR #598] [MERGED] feat: Project Euler Problem 7 - #167 #1040

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/598
Author: @kvedala
Created: 8/28/2020
Status: Merged
Merged: 9/3/2020
Merged by: @kvedala

Base: masterHead: pr167


📝 Commits (6)

📊 Changes

3 files changed (+44 additions, -2 deletions)

View changed files

📝 DIRECTORY.md (+1 -0)
📝 project_euler/problem_7/sol.c (+5 -2)
project_euler/problem_7/sol2.c (+38 -0)

📄 Description

Description of Change

Abandoned #167 code revived and added.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/598 **Author:** [@kvedala](https://github.com/kvedala) **Created:** 8/28/2020 **Status:** ✅ Merged **Merged:** 9/3/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `pr167` --- ### 📝 Commits (6) - [`0968d29`](https://github.com/TheAlgorithms/C/commit/0968d29148c13b30f414ab9262f6a44b16fb227a) Please check this solution to Q7 of Project Euler - [`9142a13`](https://github.com/TheAlgorithms/C/commit/9142a1370896ea4b8ac9b593f9dab25fbe8326e4) rename file - [`ba7e624`](https://github.com/TheAlgorithms/C/commit/ba7e624cc33553a6e687731f1b3c6cfeef6ca527) fix code formatting - [`14add13`](https://github.com/TheAlgorithms/C/commit/14add13ca0195866337a0903b2636504d82bb8a3) added doc - [`f0c6eb9`](https://github.com/TheAlgorithms/C/commit/f0c6eb9b6e1d36eddc1e4269ab095ba601e78fd5) updating DIRECTORY.md - [`e96c118`](https://github.com/TheAlgorithms/C/commit/e96c1188a778bb4c6444fe541ad7c7653c586ceb) added see-also references ### 📊 Changes **3 files changed** (+44 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+1 -0) 📝 `project_euler/problem_7/sol.c` (+5 -2) ➕ `project_euler/problem_7/sol2.c` (+38 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C-Plus-Plus/CONTRIBUTING.md --> Abandoned #167 code revived and added. #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/598"><img src="https://gitpod.io/api/apps/github/pbs/github.com/kvedala/C.git/e96c1188a778bb4c6444fe541ad7c7653c586ceb.svg" /></a> --- <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:17:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1040