Competitive-Programming-questions
Competitive-Programming-questions copied to clipboard
Prime Factorization in O(log(n))
Used the concept of Sieve of Eratosthenes .