We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c232330 commit b75bfe3Copy full SHA for b75bfe3
DIRECTORY.md
@@ -126,6 +126,7 @@
126
* [Area](https://github.com/TheAlgorithms/Java/blob/master/Maths/Area.java)
127
* [Armstrong](https://github.com/TheAlgorithms/Java/blob/master/Maths/Armstrong.java)
128
* [Average](https://github.com/TheAlgorithms/Java/blob/master/Maths/Average.java)
129
+ * [BinaryPow](https://github.com/TheAlgorithms/Java/blob/master/Maths/BinaryPow.java)
130
* [Ceil](https://github.com/TheAlgorithms/Java/blob/master/Maths/Ceil.java)
131
* [Combinations](https://github.com/TheAlgorithms/Java/blob/master/Maths/Combinations.java)
132
* [Factorial](https://github.com/TheAlgorithms/Java/blob/master/Maths/Factorial.java)
0 commit comments