[PR #105] [MERGED] Project Euler solving Problem 01 #331

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/105
Author: @koseokkyu
Created: 11/27/2017
Status: Merged
Merged: 12/22/2017
Merged by: @christianbender

Base: masterHead: heapsort


📝 Commits (3)

  • d2b6686 Project Euler solving Problem 01
  • 85ad2b0 solving Problem Euler problem02
  • 6d1a0eb solving Project Euler Problem03 about prime

📊 Changes

6 files changed (+200 additions, -0 deletions)

View changed files

Project Euler/Problem 01/sol1.c (+19 -0)
Project Euler/Problem 01/sol2.c (+24 -0)
Project Euler/Problem 01/sol3.c (+49 -0)
Project Euler/Problem 02/so1.c (+28 -0)
Project Euler/Problem 03/sol1.c (+57 -0)
Project Euler/Problem 03/sol2.c (+23 -0)

📄 Description

I add Problem 01 folder at Project Euler folder.
and I implement sol1.c, sol2.c, and sol3.c files
Please check my pull request and give me feedback.


🔄 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/105 **Author:** [@koseokkyu](https://github.com/koseokkyu) **Created:** 11/27/2017 **Status:** ✅ Merged **Merged:** 12/22/2017 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `heapsort` --- ### 📝 Commits (3) - [`d2b6686`](https://github.com/TheAlgorithms/C/commit/d2b6686d2894ce8d724721e251fa57723bdcbe88) Project Euler solving Problem 01 - [`85ad2b0`](https://github.com/TheAlgorithms/C/commit/85ad2b0ef42641a77ca3e3d577b3f780158a4e87) solving Problem Euler problem02 - [`6d1a0eb`](https://github.com/TheAlgorithms/C/commit/6d1a0eb3c3176f5849c2a8449ed7263ba2d02da6) solving Project Euler Problem03 about prime ### 📊 Changes **6 files changed** (+200 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Project Euler/Problem 01/sol1.c` (+19 -0) ➕ `Project Euler/Problem 01/sol2.c` (+24 -0) ➕ `Project Euler/Problem 01/sol3.c` (+49 -0) ➕ `Project Euler/Problem 02/so1.c` (+28 -0) ➕ `Project Euler/Problem 03/sol1.c` (+57 -0) ➕ `Project Euler/Problem 03/sol2.c` (+23 -0) </details> ### 📄 Description I add Problem 01 folder at Project Euler folder. and I implement sol1.c, sol2.c, and sol3.c files Please check my pull request and give me feedback. --- <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:11:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#331