tanvir002700/kmp

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## v0.1.0
* initial release
* implement kmp algorithm

## v0.2.0
* memory allocation bug fix
* make function pointer constant
* improve code standard

## v0.3.0
* Remove unnecessary test methods
* add replace method