How can I find the prime factorisation of a large number in linear time? large number implies that n>=10^9 and n<=10^18 and Is there any method to find the prime factorisation in constant time?
Can anyone help me.....?
How can I find the prime factorisation of a large number in linear time? large number implies that n>=10^9 and n<=10^18 and Is there any method to find the prime factorisation in constant time?
Can anyone help me.....?