An open API service indexing awesome lists of open source software.

https://github.com/maur1th/math

Python implementation of the sieve of Eratosthenes
https://github.com/maur1th/math

Last synced: over 1 year ago
JSON representation

Python implementation of the sieve of Eratosthenes

Awesome Lists containing this project

README

          

# math
Python implementations of various math algorithms
- [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
- [Fibonacci sequence](https://en.wikipedia.org/wiki/Fibonacci_number)