Skip to content

Commit

Permalink
updating DIRECTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Mar 30, 2020
1 parent 6ff4ac3 commit 8db5a47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,14 @@
* [Sol2](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2010/sol2.c)
* Problem 12
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2012/sol1.c)
* Problem 13
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2013/sol1.c)
* Problem 14
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2014/sol1.c)
* Problem 15
* [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)

## Searching
* [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)
Expand Down

0 comments on commit 8db5a47

Please sign in to comment.