[PR #166] [MERGED] Q6 project Euler #416

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/166
Author: @adityasheth2000
Created: 10/8/2018
Status: Merged
Merged: 10/9/2019
Merged by: @ashwek

Base: masterHead: patch-1


📝 Commits (3)

  • ee75226 Create Q6.c
  • dc409cb Rename Project Euler/Q6.c to project_euler/Problem 06/Q6.c
  • 142de8e Rename Q6.c to sol1.c

📊 Changes

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

View changed files

project_euler/Problem 06/sol1.c (+9 -0)

📄 Description

Please check this method of solving question in O(1) time complexity


🔄 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/166 **Author:** [@adityasheth2000](https://github.com/adityasheth2000) **Created:** 10/8/2018 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`ee75226`](https://github.com/TheAlgorithms/C/commit/ee75226c8eecc93ec2e4ede186818de1551ea8f5) Create Q6.c - [`dc409cb`](https://github.com/TheAlgorithms/C/commit/dc409cb6f2e002cbb0cb9a7b1de883c8970de5c3) Rename Project Euler/Q6.c to project_euler/Problem 06/Q6.c - [`142de8e`](https://github.com/TheAlgorithms/C/commit/142de8e909c206129dfb2d802ddd930e49da7c37) Rename Q6.c to sol1.c ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `project_euler/Problem 06/sol1.c` (+9 -0) </details> ### 📄 Description Please check this method of solving question in O(1) time complexity --- <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:12:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#416