diff --git a/DIRECTORY.md b/DIRECTORY.md index 5ef05421..54b6c2c8 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -223,6 +223,8 @@ * [Sol](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2006/sol.c) * Problem 07 * [Sol](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2007/sol.c) + * Problem 08 + * [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2008/sol1.c) ## Searching * [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)