Submission Title
Z_Algorithm
Submission Type
Algorithm
Submission Description
This algorithm finds all occurrences of a pattern in a text in linear time. Let length of text be n and of pattern be m, then total time taken is O(m + n) with linear space complexity.
Folder Related To
Algorithm => Dynamic_Programming => Z_Algorithm => Z_Algorithm.ext
Contributors
Can you assign it to me for C++?@ahampriyanshu
I would like to work on this in Python.
Can you assign this to me in C ?
thanks everyone :v: