diff --git a/DIRECTORY.md b/DIRECTORY.md index db60543ff..d43ec0763 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -177,4 +177,5 @@ * [Tim Sort](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/sorting/Tim%20Sort.cpp) ## Strings + * [Brute Force String Searching](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/brute_force_string_searching.cpp) * [Knuth Morris Pratt](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/knuth_morris_pratt.cpp)