updating DIRECTORY.md

This commit is contained in:
github-actions 2020-03-30 00:13:26 +00:00 committed by Krishna Vedala
parent 89a0e98035
commit 01c80f1f44
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -225,6 +225,7 @@
* [Sol](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2007/sol.c)
* Problem 08
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2008/sol1.c)
* [Sol2](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2008/sol2.c)
## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)