We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e178af4 commit a89c84dCopy full SHA for a89c84d
DIRECTORY.md
@@ -293,6 +293,7 @@
293
* [Abs Max](https://github.com/TheAlgorithms/Python/blob/master/maths/abs_max.py)
294
* [Abs Min](https://github.com/TheAlgorithms/Python/blob/master/maths/abs_min.py)
295
* [Add](https://github.com/TheAlgorithms/Python/blob/master/maths/add.py)
296
+ * [Aliquot Sum](https://github.com/TheAlgorithms/Python/blob/master/maths/aliquot_sum.py)
297
* [Allocation Number](https://github.com/TheAlgorithms/Python/blob/master/maths/allocation_number.py)
298
* [Area Under Curve](https://github.com/TheAlgorithms/Python/blob/master/maths/area_under_curve.py)
299
* [Armstrong Numbers](https://github.com/TheAlgorithms/Python/blob/master/maths/armstrong_numbers.py)
0 commit comments