Skip to content

preliminary tests, code for different prime number algorithms

Notifications You must be signed in to change notification settings

kasinv-zz/Prime-Numbers

Repository files navigation

Prime-Numbers

Playing around with different algorithms to find out the first n prime number. Some of the mechanisms used are simple implementations of Eratosthenes sieve, sundaram algorithm, and square root division. Tried different containers, mostly vectors (and lists) to see if performance improves.

About

preliminary tests, code for different prime number algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages