updating DIRECTORY.md

This commit is contained in:
github-actions
2021-07-20 08:17:44 +00:00
parent 0c502fb4c4
commit 38c5cca036

View File

@ -204,6 +204,7 @@
* [ReversePolishNotation](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/ReversePolishNotation.test.js)
* [SieveOfEratosthenes](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/SieveOfEratosthenes.test.js)
* [Softmax](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Softmax.test.js)
* [Volume](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/test/Volume.test.js)
* [Volume](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Volume.js)
* [WhileLoopFactorial](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/WhileLoopFactorial.js)