Algorithm to find the factors of a given Number.. Shortest Method??

Posted by AGeek on Stack Overflow See other posts from Stack Overflow or by AGeek
Published on 2010-05-16T17:25:22Z Indexed on 2010/05/16 17:30 UTC
Read the original article Hit count: 231

Filed under:
|

What could be the simplest and time efficient logic to find out the factors of a given Number. Is there any algorithm that exist, based on the same.

Actually, my real problem is to find out the no. of factors that exist for a given Number..

So Any algorithm, please let me know on this..

Thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about algorithm