zahinekbal / codeWith-hacktoberfest

MIT License
22 stars 111 forks source link

Added CountingDivisors/CPP/CountingDivisors.cpp #166

Closed deepampriyadarshi closed 3 years ago

deepampriyadarshi commented 3 years ago

Used sieve of eratosthenes algorithm to get a time complexity of O(n^1/3)#130