From 5d5f2d49126043f6ed534d3883551ed20a47561d Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 2 Apr 2020 03:30:16 +0000 Subject: [PATCH] updating DIRECTORY.md (cherry picked from commit be4c47c1d95e79cac5cffb16f032895cf14ed45c) --- DIRECTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index b3907e20..63468cdf 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -242,6 +242,8 @@ * [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) + * Problem 22 + * [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2022/sol1.c) ## Searching * [Binary Search](https://github.com/TheAlgorithms/C/blob/master/searching/Binary_Search.c)