hacktoberfest
hacktoberfest copied to clipboard
Find prime number till n number in O(log n) complexity using DP
Added an algorithm to find a prime number in order of log n complexity and the algorithm in dynamic programming is known as Sieve of Eratosthenes.