mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 21:36:45 +00:00
[PR #162] [CLOSED] Added two solutions for Project euler problem5 #404
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/162
Author: @buffet
Created: 10/6/2018
Status: ❌ Closed
Base:
master← Head:project-euler-problem5📝 Commits (2)
a2c2b92Added naive implementation for Problem 5221c7a0Added 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.