mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-19 21:48:13 +00:00
[PR #638] [CLOSED] Added perfect numbers in a range algorithm #1095
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/638
Author: @m607stars
Created: 10/2/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
2dc5822Added perfect_numbers_in_a_range algorithm in misc421f66aAdded perferct numbers in a range algorithmcf2aef4Created using Colaboratory1feb686Delete Tensor_Basics.ipynb📊 Changes
1 file changed (+28 additions, -0 deletions)
View changed files
➕
misc/perfect_numbers_in_a_range.c(+28 -0)📄 Description
Description of Change: Added c program to find perfect numbers in a given range which was previously not there.
References: Definiton of a perfect number -https://en.wikipedia.org/wiki/Perfect_number#:~:text=In%20number%20theory%2C%20a%20perfect%20number%20is%20a,%3D%206%2C%20so%206%20is%20a%20perfect%20number.
Checklist
Notes: All done
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.