pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Abundant number or not #348

Closed pallavivaswani closed 3 years ago

pallavivaswani commented 3 years ago

Feature ✅

Description

A number n is said to be Abundant Number to follow these condition:-

Example

Input: 18 Output: 18 is an Abundant Number Explanation: Divisor of 18 = 1,2,3,6,9 and sum of divisors = 1+2+3+6+9 = 21 which is greater than 18

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

0zymandias11 commented 3 years ago

@pallavivaswani @pratik-choudhari I want to do this is JAVA

AniketDGiri commented 3 years ago

Hello, I would like to do this in C++.

0zymandias11 commented 3 years ago

I have created a new clean pull request as told for this issue Sorry, for all the trouble, I am new to git

KompuDan commented 3 years ago

Hello, I would like to do this in python

jayaganeshkumar commented 3 years ago

@pratik-choudhari can you assign it for java to me?

pratik-choudhari commented 3 years ago

@jayaganeshkumar Its assigned to someone else

jayaganeshkumar commented 3 years ago

Ok then