updating DIRECTORY.md

This commit is contained in:
github-actions 2020-04-03 03:51:13 +00:00
parent daca8c97e2
commit b12e387bce
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@
* [Sol2](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2023/sol2.c)
* Problem 25
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2025/sol1.c)
* Problem 26
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2026/sol1.c)
## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)