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
- Host: GitHub
- URL: https://github.com/maur1th/math
- Owner: maur1th
- License: mit
- Created: 2016-06-22T20:54:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T22:09:14.000Z (about 10 years ago)
- Last Synced: 2025-01-13T17:52:14.353Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)