mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
60050d7b1b
* feat: add Horspool algorithm * Fixed conversion from unsigned long to int with static casting * Removed changes from CMakeLists.txt file * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Documentation, test function and namespaces added * Documentation, test function and namespaces added * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/horspool.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Removed blank rows * Commit to see if the problem with automated tests is solved Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
brute_force_string_searching.cpp | ||
CMakeLists.txt | ||
horspool.cpp | ||
knuth_morris_pratt.cpp | ||
rabin_karp.cpp |