[PR #213] [CLOSED] Create perfectNumber.c #494

Closed
opened 2026-01-29 15:13:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/213
Author: @TarunRaoK98
Created: 12/8/2018
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

misc/perfectNumber.c (+21 -0)

📄 Description

This is a simple algorithm to check if a number is a 'perfect number' or not.


🔄 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/213 **Author:** [@TarunRaoK98](https://github.com/TarunRaoK98) **Created:** 12/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`158ac0b`](https://github.com/TheAlgorithms/C/commit/158ac0b1ab420bc5a326437ecd0799ebec60421f) Create perfectNumber.c ### 📊 Changes **1 file changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/perfectNumber.c` (+21 -0) </details> ### 📄 Description This is a simple algorithm to check if a number is a 'perfect number' or not. --- <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:13:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#494