updating DIRECTORY.md

This commit is contained in:
Nanoemm 2024-12-03 10:19:40 +00:00
parent 7036c84cb5
commit 08d1f15d1b

View File

@ -719,6 +719,7 @@
* [Pollard Rho](maths/pollard_rho.py)
* [Polynomial Evaluation](maths/polynomial_evaluation.py)
* Polynomials
* [Legendre](maths/polynomials/legendre.py)
* [Single Indeterminate Operations](maths/polynomials/single_indeterminate_operations.py)
* [Power Using Recursion](maths/power_using_recursion.py)
* [Prime Check](maths/prime_check.py)