updating DIRECTORY.md

This commit is contained in:
github-actions 2020-04-23 21:00:06 +00:00
parent 83dddc940f
commit 658573e2f7

View File

@ -266,6 +266,8 @@
* [Sol1](https://github.com/kvedala/C/blob/master/project_euler/Problem%2025/sol1.c)
* Problem 26
* [Sol1](https://github.com/kvedala/C/blob/master/project_euler/Problem%2026/sol1.c)
* Problem 401
* [Sol1](https://github.com/kvedala/C/blob/master/project_euler/Problem%20401/sol1.c)
## Searching
* [Binary Search](https://github.com/kvedala/C/blob/master/searching/Binary_Search.c)