updating DIRECTORY.md

This commit is contained in:
github-actions 2020-04-23 20:34:35 +00:00
parent 509454680e
commit ec53172306
1 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,8 @@
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2015/sol1.c)
* Problem 16
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2016/sol1.c)
* Problem 401
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%20401/sol1.c)
## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)