updating DIRECTORY.md

This commit is contained in:
github-actions 2020-03-30 04:37:29 +00:00
parent 618614e5e1
commit f6536cc3be

View File

@ -232,6 +232,8 @@
* Problem 10
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2010/sol1.c)
* [Sol2](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2010/sol2.c)
* Problem 12
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2012/sol1.c)
## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)