zahinekbal / codeWith-hacktoberfest

MIT License
22 stars 111 forks source link

Counting Divisors (using Sieve) #130

Closed zahinekbal closed 3 years ago

zahinekbal commented 3 years ago

We have to compute numbers of divisors of N..

i.e:- INPUT:- 60 , OUTPUT:- 12

Before making PR check this...

Please add your image in image folder nd update readme.md file this is for all contributorsdo this then only i will be able to merge PR..Check this

90 (comment)

File format:- CountingDivisors/CPP/CountingDivisors.c++

deepampriyadarshi commented 3 years ago

@zahinekbal can you please review my PR #166

zahinekbal commented 3 years ago

@zahinekbal can you please review my PR #166

done