From b1bacb03b5c7f31b3fae134bb3503daa2e1927f7 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 24 May 2020 06:47:38 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index 7859a22b0..fc56963c1 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -173,11 +173,6 @@ * [Interpolation Search](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/Interpolation%20Search.cpp) * [Interpolation Search](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/interpolation_search.cpp) * [Jump Search](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/jump_search.cpp) - -## Search - * [Jump Search](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Search/Jump_Search.cpp) - -## Search * [Linear Search](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/Linear%20Search.cpp) * [Median Search](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/median_search.cpp) * [Searching](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/search/searching.cpp)