mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 12:01:53 +08:00
feat: add manacher's algorithm (#1577)
* feat: add manacher algorithm in strings/ * fix: directory.md format * fix: add test cases, fix clang-tidy warning, implement requested changes * fix: update comments * fix: update int to uint64_t, add suggested changes * fix: update description
This commit is contained in:
@@ -330,4 +330,5 @@
|
||||
* [Brute Force String Searching](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/brute_force_string_searching.cpp)
|
||||
* [Horspool](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/horspool.cpp)
|
||||
* [Knuth Morris Pratt](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/knuth_morris_pratt.cpp)
|
||||
* [Rabin Karp](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/rabin_karp.cpp)
|
||||
* [Manacher's Algorithm](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/manacher_algorithm.cpp)
|
||||
* [Rabin Karp](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/strings/rabin_karp.cpp)
|
||||
Reference in New Issue
Block a user