Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsdavid/numbersextraordinaire
A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.
https://github.com/michaelsdavid/numbersextraordinaire
abundant-number java mathematics numerical perfect-numbers prime-numbers series
Last synced: 1 day ago
JSON representation
A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.
- Host: GitHub
- URL: https://github.com/michaelsdavid/numbersextraordinaire
- Owner: MichaelSDavid
- Created: 2021-07-11T00:49:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T22:59:09.000Z (over 3 years ago)
- Last Synced: 2024-01-26T11:02:51.419Z (10 months ago)
- Topics: abundant-number, java, mathematics, numerical, perfect-numbers, prime-numbers, series
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumbersExtraordinaire
A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.
Split into `NumbersApplication` and `ConsecutiveSeries`.