updating DIRECTORY.md

This commit is contained in:
github-actions
2020-06-04 02:01:35 +00:00
parent 65def005b8
commit c6f12f290f

View File

@@ -106,6 +106,7 @@
## Machine Learning
* [Adaline Learning](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/adaline_learning.cpp)
* [Kohonen Som Trace](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/kohonen_som_trace.cpp)
## Math
* [Binary Exponent](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/binary_exponent.cpp)