updating DIRECTORY.md

This commit is contained in:
github-actions 2020-05-31 16:44:21 +00:00
parent 1836baa4a0
commit 47b653e7ca

View File

@ -201,6 +201,9 @@
* [965](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/leetcode/src/965.c)
* [977](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/leetcode/src/977.c)
## Machine Learning
* [Adaline Learning](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/machine_learning/adaline_learning.c)
## Misc
* [Armstrong Number](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/misc/armstrong_number.c)
* [Cantor Set](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/misc/cantor_set.c)