Added wikibooks article to more information (#24215)

Added Some Basic and Inefficient Prime Number Generating Algorithms to the More Information header.
This commit is contained in:
JamBove
2018-12-09 03:29:02 +01:00
committed by Manish Giri
parent f760e90fc3
commit 5dc7c2b24d

View File

@ -13,4 +13,6 @@ There are various algorithms to generate prime numbers. Here's a link to one of
* [Sieve of Eratosthenes algo to generate prime numbers](https://www.geeksforgeeks.org/sieve-of-eratosthenes/) * [Sieve of Eratosthenes algo to generate prime numbers](https://www.geeksforgeeks.org/sieve-of-eratosthenes/)
#### More Information: #### More Information:
For more information on prime numbers, look here: [Prime Number Chart](https://guide.freecodecamp.org/tools/prime-number-chart) - [Prime Number Chart](https://guide.freecodecamp.org/tools/prime-number-chart)
- [Wikibooks: Prime Number Generating Algorithms](https://en.wikibooks.org/wiki/Some_Basic_and_Inefficient_Prime_Number_Generating_Algorithms)