updating DIRECTORY.md

This commit is contained in:
github-actions 2020-03-29 23:09:30 +00:00 committed by Krishna Vedala
parent 6dd882487e
commit 89a0e98035
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,8 @@
* [Sol](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2006/sol.c)
* Problem 07
* [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)
## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)