npmjs.org : z-algorithm : 1.0.1
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.
Registry -
Download -
JSON
purl: pkg:npm/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- jest ^23.1.0 Development