Data-Structures-Algorithms-Hacktoberfest-2K19 icon indicating copy to clipboard operation
Data-Structures-Algorithms-Hacktoberfest-2K19 copied to clipboard

[Algo] Seive of Eratosthenes in Python

Open AashishChakravarty opened this issue 6 years ago • 0 comments

Algorithm

  • [x] I have gone through the repository and made sure this algorithm has not been implemented

Information about my new algorithm

  • Algorithm Name: Seive of Eratosthenes

  • Programming Language: Python

  • Time complexity: O(n)

Is this your first contribution to this repository? Yes

AashishChakravarty avatar Oct 28 '19 09:10 AashishChakravarty