TheAlgorithms-C-Plus-Plus/strings
ckontakis 60050d7b1b
Added Horspool algorithm (#1071)
* 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>
2020-09-03 20:12:56 -04:00
..
brute_force_string_searching.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
horspool.cpp Added Horspool algorithm (#1071) 2020-09-03 20:12:56 -04:00
knuth_morris_pratt.cpp docs: Fix spelling typo (#1058) 2020-08-27 09:33:10 -05:00
rabin_karp.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30