Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9fb58f

Browse files
authoredOct 6, 2024··
docs: update DIRECTORY.md (TheAlgorithms#2771)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 60093d7 commit f9fb58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@
399399
## Strings
400400
* [Boyer Moore](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/strings/boyer_moore.cpp)
401401
* [Brute Force String Searching](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/strings/brute_force_string_searching.cpp)
402+
* [Duval](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/strings/duval.cpp)
402403
* [Horspool](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/strings/horspool.cpp)
403404
* [Knuth Morris Pratt](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/strings/knuth_morris_pratt.cpp)
404405
* [Manacher Algorithm](https://github.com/TheAlgorithms/C-Plus-Plus/blob/HEAD/strings/manacher_algorithm.cpp)

0 commit comments

Comments
 (0)
Please sign in to comment.