I tried implementing the code as explained in the video tutorial. Yet, I’m getting incorrect answers. Please help me resolve the bug.
Counting divisors using sieve
Thanks, It’s working now
What is the space and time complexity of this approach?
time complexity->
O( n log ( log n ) + sqrt(n) ) // sieve prepration + factorisation
space complexity ->
O(n) becuase of sieve size
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.