[PR #895] [CLOSED] Project Euler 001: Modular implementation using getopt. #1417

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/895
Author: @ShivnarenSrinivasan
Created: 10/21/2021
Status: Closed

Base: masterHead: dev-proj-euler


📝 Commits (3)

  • a5c7020 ls
  • 0e69258 Project Euler 001: Modular implementation using getopt.
  • 2e6100c Add description of included headers.

📊 Changes

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

View changed files

project_euler/problem_1/sol5.c (+84 -0)

📄 Description

Description of Change

New implementation of problem 1 of project euler.

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.


🔄 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/895 **Author:** [@ShivnarenSrinivasan](https://github.com/ShivnarenSrinivasan) **Created:** 10/21/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev-proj-euler` --- ### 📝 Commits (3) - [`a5c7020`](https://github.com/TheAlgorithms/C/commit/a5c70201c1f131b6026cabfc598e9af3db60edf3) ls - [`0e69258`](https://github.com/TheAlgorithms/C/commit/0e6925800b73e0ef929705f52cd828506d339d05) Project Euler 001: Modular implementation using getopt. - [`2e6100c`](https://github.com/TheAlgorithms/C/commit/2e6100cf21e55c1244cb15df00bc6870c21d775d) Add description of included headers. ### 📊 Changes **1 file changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `project_euler/problem_1/sol5.c` (+84 -0) </details> ### 📄 Description #### Description of Change New implementation of problem 1 of project euler. <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] 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/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. <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/895"><img src="https://gitpod.io/button/open-in-gitpod.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:20:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1417