z-algorithm
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.
Ecosystem
npmjs.org
npmjs.org
Latest Release
over 7 years ago
1.0.1
over 7 years ago
Versions
2
2
Downloads
87 last month
87 last month
Dependent Packages
1
1
Dependent Repos
1
1
Loading...
Readme
Loading...
Links
| Registry | npmjs.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:npm/z-algorithm
spec |
| License | MIT |
| First Release | over 7 years ago |
| Last Synced | 8 days ago |
Repository
| Stars | 4 on GitHub |
| Forks | 0 on GitHub |