About Prime Finder
Utilizing advanced sieving methods in comparison to a standard Sieve of Eratosthenes, this application will find prime numbers up to a user-given number (N).
This application is capable of easily producing all primes up to N = 1 million in little time and without error.
It is capable of producing primes up to N = 10,000,000 on most devices, but most will experience a temporary black screen during processing (which will be fixed on later updates).
Features:
- Displays the sequence number of the prime
- Display primes from highest value first to lowest value
- Easy scroll list is complete upon list load
Build V 1.0:
- Known issues include no loading screen during processing - which occurs after the primes have been generated and while the list is being formed. If a large number is used for the sieve the screen may go black while processing. Depending on the size of the sieve it may crash the program or it may hang on the black screen for a few moments before posting the list.
Download and install
Prime Finder version 1.0 on your
Android device!
Downloaded 100+ times, content rating: Not rated
Android package:
com.Brogrammer.primefinder, download Prime Finder.apk
by X####:
No need to fill up memory. Process chunks of primes, then count and delete chunks to free memory. Why not also find record prime gaps?