Added algorithm to Directory.md

This commit is contained in:
Juan Martín Enríquez 2020-10-30 10:46:24 -03:00
parent a794ab4e31
commit 2ffe49e0a9

View File

@ -12,6 +12,7 @@
- [Check Prime](https://github.com/TheAlgorithms/PHP/blob/master/Maths/CheckPrime.php)
- [Factorial](https://github.com/TheAlgorithms/PHP/blob/master/Maths/Factorial.php)
- [Perfect Square](https://github.com/TheAlgorithms/PHP/blob/master/Maths/PerfectSquare.php)
- [Fast Exponentiation](https://github.com/TheAlgorithms/PHP/blob/master/Maths/FastExponentiation.php)
## Searching