updating DIRECTORY.md

This commit is contained in:
github-actions 2020-04-02 01:10:10 +00:00
parent 858856ea76
commit 516a94e5ae
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,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 21
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2021/sol1.c)
## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)