Skip to content

Commit

Permalink
Sieve of Eratosthenes algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Zarnecki committed Jan 4, 2025
1 parent fa3df32 commit da2d0c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
* [Problem7](./Maths/ProjectEuler/Problem7.php)
* [Problem8](./Maths/ProjectEuler/Problem8.php)
* [Problem9](./Maths/ProjectEuler/Problem9.php)
* [Eratosthenessieve](./Maths/EratosthenesSieve.php)

## NeuralNetworks
* PerceptronClassifier
Expand Down Expand Up @@ -179,6 +180,7 @@
* [Eratosthenessievetest](./tests/Maths/EratosthenesSieveTest.php)
* [Mathstest](./tests/Maths/MathsTest.php)
* [Projecteulertest](./tests/Maths/ProjectEulerTest.php)
* [Eratosthenessievetest](./tests/Maths/EratosthenesSieveTest.php)
* Searches
* [Searchestest](./tests/Searches/SearchesTest.php)
* Sorting
Expand Down

0 comments on commit da2d0c8

Please sign in to comment.