mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-07 13:56:59 +00:00
[PR #105] [MERGED] Project Euler solving Problem 01 #331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:heapsort📝 Commits (3)
d2b6686Project Euler solving Problem 0185ad2b0solving Problem Euler problem026d1a0ebsolving 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.