updating DIRECTORY.md

(cherry picked from commit be4c47c1d95e79cac5cffb16f032895cf14ed45c)
This commit is contained in:
github-actions 2020-04-02 03:30:16 +00:00 committed by Krishna Vedala
parent a617fb71e5
commit 5d5f2d4912
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

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