mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
b82e2cd4e7
* feat: added z_algorithm in strings * Updated z_function.cpp Updated z_function.cpp as per contribution guidelines. Fixed Link using github markdown syntax Created a separate function for tests and covered the corner case * Apply suggestions from code review More comments added to the code Co-authored-by: David Leal <halfpacho@gmail.com> * Apply suggestions from code review Some more documentation added as per contribution guidelines. Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/z_function.cpp comments added Co-authored-by: David Leal <halfpacho@gmail.com> * Update strings/z_function.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * clang-format and clang-tidy fixes for |
||
---|---|---|
.. | ||
brute_force_string_searching.cpp | ||
CMakeLists.txt | ||
horspool.cpp | ||
knuth_morris_pratt.cpp | ||
manacher_algorithm.cpp | ||
rabin_karp.cpp | ||
z_function.cpp |