Auto-update DIRECTORY.md

This commit is contained in:
github-actions
2021-10-26 09:30:41 +00:00
parent 502aec24cb
commit 3f007379e5

View File

@ -140,6 +140,7 @@
## Maths ## Maths
* [Abs](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Abs.js) * [Abs](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Abs.js)
* [AliquotSum](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AliquotSum.js)
* [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.js) * [Area](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Area.js)
* [ArmstrongNumber](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ArmstrongNumber.js) * [ArmstrongNumber](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ArmstrongNumber.js)
* [AverageMean](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js) * [AverageMean](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/AverageMean.js)