manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

KMP Algorithm implemented #43

Closed shashijangra22 closed 7 months ago

shashijangra22 commented 5 years ago

KMP Algorithm implemented

Description of new feature, or changes

implementation of KMP algorithm in strings algorithms with tests