We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37200a4 commit 35cbdb1Copy full SHA for 35cbdb1
DIRECTORY.md
@@ -529,6 +529,7 @@
529
* [Perfect Square](https://github.com/TheAlgorithms/Python/blob/master/maths/perfect_square.py)
530
* [Persistence](https://github.com/TheAlgorithms/Python/blob/master/maths/persistence.py)
531
* [Pi Monte Carlo Estimation](https://github.com/TheAlgorithms/Python/blob/master/maths/pi_monte_carlo_estimation.py)
532
+ * [Points Are Collinear 3D](https://github.com/TheAlgorithms/Python/blob/master/maths/points_are_collinear_3d.py)
533
* [Pollard Rho](https://github.com/TheAlgorithms/Python/blob/master/maths/pollard_rho.py)
534
* [Polynomial Evaluation](https://github.com/TheAlgorithms/Python/blob/master/maths/polynomial_evaluation.py)
535
* [Power Using Recursion](https://github.com/TheAlgorithms/Python/blob/master/maths/power_using_recursion.py)
0 commit comments