From 2a86cb9b952b732a0430e90eb2d29a5da8b9949f Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 30 Mar 2020 03:23:46 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 5ef05421..efdfd8a1 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -223,6 +223,9 @@ * [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 10 + * [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2010/sol1.c) + * [Sol2](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2010/sol2.c) ## Searching * [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)