[PR #177] [CLOSED] Perfect number added, added missing extension to mirror file. #431

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/177
Author: @aayushbisen
Created: 10/10/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 026e881 added perfect number program and fixed a file extension
  • 17c9182 fixed a typo

📊 Changes

2 files changed (+29 additions, -0 deletions)

View changed files

📝 misc/mirror.c (+0 -0)
misc/perfect_number.c (+29 -0)

📄 Description

No description provided


🔄 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/177 **Author:** [@aayushbisen](https://github.com/aayushbisen) **Created:** 10/10/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`026e881`](https://github.com/TheAlgorithms/C/commit/026e8815daaf222928546c431a2e7ced9c859b7a) added perfect number program and fixed a file extension - [`17c9182`](https://github.com/TheAlgorithms/C/commit/17c918203e29413b5975881733383ab012f56dc8) fixed a typo ### 📊 Changes **2 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `misc/mirror.c` (+0 -0) ➕ `misc/perfect_number.c` (+29 -0) </details> ### 📄 Description _No description provided_ --- <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:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#431